[]
        
(Showing Draft Content)

IPdfPermissions Interface

IPdfPermissions Interface

Represents the PdfDocument permission settings.

Heirarchy

  • IPdfPermissions

Properties

Optional annotating

annotating: boolean

Determines whether annotating, form filling is allowed. The default value is false.

Optional contentAccessibility

contentAccessibility: boolean

Determines copying text for accessibility is allowed.

Not supported in PDF 1.3.

The default value is false.

Optional copying

copying: boolean

Determines whether copying text or graphics is allowed.

The default value is false.

Optional documentAssembly

documentAssembly: boolean

Determines whether whether assembling document is allowed.

Not supported in PDF 1.3.

The default value is false.

Optional fillingForms

fillingForms: boolean

Determines whether form filling and signing is allowed.

Not supported in PDF 1.3.

The default value is false.

Optional modifying

modifying: boolean

Determines whether modifying the file is allowed.

The default value is false.

Optional printing

Determines whether printing is allowed.

The PdfPrintPermission.AllowLowResolution value is equivalent to PdfPrintPermission.AllowHighResolution in PDF 1.3.

The default value is PdfPrintPermission.NotAllowed.