Specifies page setup dialog options.
TPageSetupDialogOptions = set of TPageSetupDialogOption;
TPageSetupDialogOption TPageSetupDialogOptions;
Dialogs
Options specifies the options for the page setup dialog. TPageSetupDialogOptions enumerates the possible unit types :
Option |
Meaning |
psoDefaultMinMargins |
Sets the minimum values that the user can specify for the page margins to be the minimum margins allowed by the printer. |
psoDisableMargins |
Disables the margin controls, preventing the user from setting the margins. |
psoDisableOrientation |
Disables the orientation controls, preventing the user from setting the page orientation. |
psoDisablePagePainting |
Prevents default sample page drawing. Does not disable event calls. |
psoDisablePaper |
Disables the paper controls, preventing the user from setting page parameters such as the paper size and source. |
psoDisablePrinter |
Disables the Printer button, preventing the user from invoking a dialog box that contains additional printer setup information. |
psoMargins |
Sets the initial margins from MarginLeft, MarginRight, MarginBottom, and MarginTop properties. Otherwise, initial margins are one inch each. |
psoMinMargins |
Sets the minimum margins from MinMarginLeft, MinMarginRight, MinMarginBottom, and MinMarginTop. Otherwise, minimum margins are determined by the printer driver. |
psoShowHelp |
Displays Help button and Help title bar button. |
psoWarning |
Prevents display of warning when there is no default printer. |
psoNoNetworkButton |
Hides and disables Network button. |
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|