Click or drag to resize
Pdftools logo

DocumentPermissions Property

The access permissions applicable for this document

This property is , if the document is not encrypted.

Note that these permissions might be different from the "Document Restrictions Summary" displayed in Adobe Acrobat. This is because Acrobat's restrictions are also affected by other factors. For example, "Document Assembly" is generally only allowed in Acrobat Pro and not the Acrobat Reader.


Namespace: PdfTools.Pdf
Assembly: PdfTools (in PdfTools.dll) Version: 1.6.0+e1db8f4bf6125495a2d29513486ea3e61205c81b
Syntax
C#
public Permission? Permissions { get; }

Property Value

NullablePermission
See Also