Permissions
Overview
Permissions is a type in Aspose.PDF FOSS for Go.
Permissions controls what a viewer allows on an encrypted PDF.
Properties: AllowAccessibility, AllowAnnotations, AllowAssembly, AllowCopy, AllowFormFill, AllowModify, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
AllowPrint | bool | Read/Write | Gets the allow print. |
AllowModify | bool | Read/Write | Gets the allow modify. |
AllowCopy | bool | Read/Write | Gets the allow copy. |
AllowAnnotations | bool | Read/Write | Gets the allow annotations. |
AllowFormFill | bool | Read/Write | Gets the allow form fill. |
AllowAccessibility | bool | Read/Write | Gets the allow accessibility. |
AllowAssembly | bool | Read/Write | Gets the allow assembly. |
AllowPrintHighRes | bool | Read/Write | Gets the allow print high res. |