Skip to main content

PrintDialogAllowFlags Enum

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

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

[Flags]
public enum PrintDialogAllowFlags

Members

Name Description
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