DocumentPrintPermissions Enum
Lists values that indicate the permission levels of print operations.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Core.v25.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Members
Name | Description |
---|---|
NotAllowed
|
Prohibit document printing. |
LowQuality
|
Prohibit document printing at the highest quality level. |
Allowed
|
Permit document printing. |
Related API Members
The following properties accept/return DocumentPrintPermissions values:
See Also