Back to Devexpress

TdxPrintDialog.OptionsVisible Property

vcl-dxprndlg-dot-tdxprintdialog-f08ed62d.md

latest1.2 KB
Original Source

TdxPrintDialog.OptionsVisible Property

Specifies visible option items in a printer dialog.

Declaration

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

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

See Also

TdxPrintDialog.ButtonsEnabled

TdxPrintDialog.ButtonsVisible

TdxPrintDialog.OptionsEnabled

TdxPrintDialog Class

TdxPrintDialog Members

dxPrnDlg Unit