Skip to main content

PdfPermissionsOptions Class

Defines the security permission options for the exported PDF document.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public class PdfPermissionsOptions :
    ICloneable

The following members return PdfPermissionsOptions objects:

Remarks

The PDF security access options of a document are provided by the PdfPasswordSecurityOptions class.

Inheritance

Object
PdfPermissionsOptions
See Also