Back to Devexpress

EncryptionOptions.PrintPermissions Property

officefileapi-devexpress-dot-docs-dot-pdf-dot-encryptionoptions-d034961d.md

latest1.7 KB
Original Source

EncryptionOptions.PrintPermissions Property

Specifies printing operation permissions.

Namespace : DevExpress.Docs.Pdf

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

NuGet Package : DevExpress.Docs.Core

Declaration

csharp
public DocumentPrintPermissions PrintPermissions { get; set; }
vb
Public Property PrintPermissions As DocumentPrintPermissions

Property Value

TypeDescription
DocumentPrintPermissions

An enumeration value that indicates the permission level.

|

Available values:

NameDescription
NotAllowed

Prohibit document printing.

| | LowQuality |

Prohibit document printing at the highest quality level.

| | Allowed |

Permit document printing.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PrintPermissions
PdfExportOptions

.EncryptionOptions .PrintPermissions

|

See Also

EncryptionOptions Class

EncryptionOptions Members

DevExpress.Docs.Pdf Namespace