TdxPrintDialog.OptionsVisible Property
Specifies visible option items in a printer dialog.
Declaration
property OptionsVisible: TdxPrintDlgOptions read; write; default [pdoPrintToFile, pdoAllPages, pdoCurrentPage, pdoPageRange];
Property Value
Type |
---|
TdxPrintDlgOptions |
Remarks
Use the OptionsVisible property to specify which option items are visible in a printer dialog.
Value | Description |
---|---|
pdoPrintToFile | Print To file option. |
pdoAllPages | All Pages option. |
pdoCurrentPage | Current Page option. |
pdoSelection | Selection option. |
pdoPageRange | Page Range option. |
pdoPrintStyles | Print Styles option. |
The default value of this property is [pdoPrintToFile, pdoAllPages, pdoCurrentPage, pdoPageRange].
See Also