Back to Devexpress

PrintingPermissions Enum

corelibraries-devexpress-dot-xtraprinting-1e9f038e.md

latest1.7 KB
Original Source

PrintingPermissions Enum

Specifies the document printing permissions.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum PrintingPermissions
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum PrintingPermissions

Members

NameDescription
None

Forbids printing of the PDF document, unless the PdfPasswordSecurityOptions.PermissionsOptions are accessed and modified.

| | LowResolution |

Permits the PDF document’s printing in low resolution only (150 dpi), unless the PdfPasswordSecurityOptions.PermissionsOptions are accessed and modified.

| | HighResolution |

Permits the PDF document’s printing in high resolution only, unless the PdfPasswordSecurityOptions.PermissionsOptions are accessed and modified.

|

The following properties accept/return PrintingPermissions values:

See Also

DevExpress.XtraPrinting Namespace