Skip to main content
All docs
V25.1
  • EncryptionOptions.PrintPermissions Property

    Specifies printing operation permissions.

    Namespace: DevExpress.Docs.Pdf

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public DocumentPrintPermissions PrintPermissions { get; set; }

    Property Value

    Type Description
    DocumentPrintPermissions

    An enumeration value that indicates the permission level.

    Available values:

    Name Description
    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 Type Path to PrintPermissions
    PdfExportOptions
    .EncryptionOptions .PrintPermissions

    Remarks

    The restrictions on data extraction, modification, interaction, or printing operations with a document cannot be applied without the owner password (the EncryptionOptions.OwnerPassword property).

    See Also