Skip to main content

PdfPasswordSecurityOptions Class

Defines the security access options for the exported PDF document.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

#Declaration

public class PdfPasswordSecurityOptions :
    ICloneable,
    IXtraSupportShouldSerialize

The following members return PdfPasswordSecurityOptions objects:

#Remarks

The PDF security permission options of a document are provided by the PdfPermissionsOptions class.

#Inheritance

Object
PdfPasswordSecurityOptions
See Also