Limitations
PDF only.
Specifies how a document can be accessed after it has been opened. This property has only an effect if also a password has been specified with the Save
Introduced: 11.0.
public DocumentAccessPermissions DocumentAccessPermissions { get; set; }Public Property DocumentAccessPermissions() As DocumentAccessPermissions| Member | Description |
|---|---|
| None | Allows none of the possible permissions. |
| Allow |
Allows all of the possible permissions. |
| Allow |
Allows authoring comments and fill in interactive form fields (including signature fields). |
| Allow |
Fill-in existing interactive form fields (including signature fields) is allowed. |
| Allow |
Allows content access for the visually impaired only. |
| Allow |
Allows to assemble the document (insert, rotate or delete pages and create bookmarks or thumbnails). |
| Allow |
Copying or otherwise extracting text and/or graphics is allowed. |
| Allow |
Allows modifying the document's contents. |
| Allow |
Printing the document is fully allowed. |
| Allow |
Printing the document is allowed (low-level). |
PDF only.