PrintingPermissions Enum
In This Article
Specifies the document printing permissions.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Members
Name | Description |
---|---|
None
|
Forbids printing of the PDF document, unless the Pdf |
Low
|
Permits the PDF document’s printing in low resolution only (150 dpi), unless the Pdf |
High
|
Permits the PDF document’s printing in high resolution only, unless the Pdf |
#Related API Members
The following properties accept/return PrintingPermissions values:
See Also