Skip to main content
A newer version of this page is available. .

PrintDialogAllowFlags Enum

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

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v18.1.dll

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PrintDialogAllowFlags enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also