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

PAGESETUP_FLAGS (Enums)
 
.
Summary
TODO - a short description

C# Definition:

enum PAGESETUP_FLAGS
{
   PSD_DEFAULTMINMARGINS =        0x00000000, // default (printer's)
   PSD_INWININIINTLMEASURE =      0x00000000, // 1st of 4 possible
   PSD_MINMARGINS =           0x00000001, // use caller's
   PSD_MARGINS =              0x00000002, // use caller's
   PSD_INTHOUSANDTHSOFINCHES =    0x00000004, // 2nd of 4 possible
   PSD_INHUNDREDTHSOFMILLIMETERS =    0x00000008, // 3rd of 4 possible
   PSD_DISABLEMARGINS =           0x00000010,
   PSD_DISABLEPRINTER =           0x00000020,
   PSD_NOWARNING =            0x00000080, // must be same as PD_*
   PSD_DISABLEORIENTATION =       0x00000100,
   PSD_RETURNDEFAULT =        0x00000400, // must be same as PD_*
   PSD_DISABLEPAPER =         0x00000200,
   PSD_SHOWHELP =             0x00000800, // must be same as PD_*
   PSD_ENABLEPAGESETUPHOOK =      0x00002000, // must be same as PD_*
   PSD_ENABLEPAGESETUPTEMPLATE =      0x00008000, // must be same as PD_*
   PSD_ENABLEPAGESETUPTEMPLATEHANDLE = 0x00020000, // must be same as PD_*
   PSD_ENABLEPAGEPAINTHOOK =      0x00040000,
   PSD_DISABLEPAGEPAINTING =      0x00080000,
   PSD_NONETWORKBUTTON =          0x00200000, // must be same as PD_*
}

VB Definition:

Enum PAGESETUP_FLAGS
   TODO
End Enum

Notes:

None.

Documentation
 

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