Back to Devexpress

TdxPrintDlgOption Enum

vcl-dxprndlg-27ad39bd.md

latest383 B
Original Source

TdxPrintDlgOption Enum

Declaration

delphi
TdxPrintDlgOption = (
    pdoPrintToFile,
    pdoAllPages,
    pdoCurrentPage,
    pdoSelection,
    pdoPageRange,
    pdoPrintStyles
);

Members

Name
pdoPrintToFile
pdoAllPages
pdoCurrentPage
pdoSelection
pdoPageRange
pdoPrintStyles

See Also

dxPrnDlg Unit