RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPageSetupDialog.Options Property

Specifies dialog options.

Pascal
property Options: TPageSetupDialogOptions;
C++
__property TPageSetupDialogOptions Options;

Options specifies the display options for the printer dialog. These are:

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!