Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Enums, prefix the name with the module name and a period.
PAGESETUP_FLAGS (Enums)
.
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.
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!