Back to Devexpress

PrintDialogAllowFlags Enum

windowsforms-devexpress-dot-xtraprinting-dot-preview-ae8ff715.md

latest1.5 KB
Original Source

PrintDialogAllowFlags Enum

Enables modifying options in the Print dialog that is provided by the PrintDialogRunner.

Namespace : DevExpress.XtraPrinting.Preview

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
[Flags]
public enum PrintDialogAllowFlags
vb
<Flags>
Public Enum PrintDialogAllowFlags

Members

NameDescription
AllowAllPages

Indicates whether the All option button is enabled.

| | AllowSomePages |

Indicates whether the Pages option button is enabled.

| | AllowCurrentPage |

Indicates whether the Current page option button is enabled.

| | AllowSelection |

Indicates whether the Selection option button is enabled.

| | AllowPrintToFile |

Indicates whether the Print to file check box is enabled.

|

See Also

PrintDialogRunner

PrintDialog

DevExpress.XtraPrinting.Preview Namespace