Skip to main content

TdxPrintDialog.OptionsEnabled Property

Specifies which options are enabled in a printer dialog.

Declaration

property OptionsEnabled: TdxPrintDlgOptions read; write; default [pdoPrintToFile, pdoAllPages, pdoPageRange];

Property Value

Type
TdxPrintDlgOptions

Remarks

Use the OptionsEnabled property to specify which options are enabled. Disabled items are not displayed and therefore inaccessible.

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, pdoPageRange].

See Also