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