Back to Devexpress

TdxPrintDialog.OptionsEnabled Property

vcl-dxprndlg-dot-tdxprintdialog-8464ae31.md

latest1.2 KB
Original Source

TdxPrintDialog.OptionsEnabled Property

Specifies which options are enabled in a printer dialog.

Declaration

delphi
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.

ValueDescription
pdoPrintToFilePrint To File option.
pdoAllPagesAll Pages option.
pdoCurrentPageCurrent Page option.
pdoSelectionSelection option.
pdoPageRangePage Range option.
pdoPrintStylesPrint Styles option.

The default value of this property is [pdoPrintToFile, pdoAllPages, pdoPageRange].

See Also

TdxPrintDialog.ButtonsEnabled

TdxPrintDialog.ButtonsVisible

TdxPrintDialog Class

TdxPrintDialog Members

dxPrnDlg Unit