Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfDocumentPrintingPermissions Enum

Lists the values specifying permissions that are used to restrict or allow access to document printing operations.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.2.Core.dll

Declaration

public enum PdfDocumentPrintingPermissions

Members

Name Description
NotAllowed

Prohibit document printing.

LowQuality

Prohibit document printing at the highest quality level.

Allowed

Permit document printing.

Remarks

The values listed by the PdfDocumentPrintingPermissions enumeration are used to set the PdfEncryptionOptions.PrintingPermissions property.

See Also