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

PdfPermissionsOptions Class

Defines the security permission options for the exported PDF document.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.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