|
PrintOptions
Returns/Sets property to enable/disable sections of the Print Window.
Combined values determine the options displayed to the end user.
Syntax Object.PrintOptions
Return Value qePrintOptionFlags
Notes ShowPage_po: Always available.
ShowPrinter_po: Shows the 'Choose Printer' section
ShowCopies_po: Shows the 'Copy and Collation' section
ChoosePrinterOnly_po: Shows only the 'Choose Printer' section
The following example would hide the 'Choose Printer' section.
Example qPrint.PrintOptions = ShowCopies_po
See Also: Preview, PrintDoc, ChoosePrinter
|