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

PrintingPermissions Enum

Specifies the document printing permissions.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

[ResourceFinder(typeof(ResFinder))]
public enum PrintingPermissions

Members

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

Related API Members

The following properties accept/return PrintingPermissions values:

See Also