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.v19.2.Core.dll

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