Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

DMCOLOR (Enums)
 
.
Summary

C# Definition:

  /// <summary>
  /// Switches between color and monochrome on color printers.
  /// </summary>
  internal enum DMCOLOR : short
  {
    DMCOLOR_UNKNOWN = 0,

    DMCOLOR_MONOCHROME = 1,

    DMCOLOR_COLOR = 2
  }

Notes:

The definition of DMCOLOR_UNKNOWN is only to satisfy the rule, that every enum should have a zero value.

Documentation
DMCOLOR on MSDN
 

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it!

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions