IFileSecurityOptions
The IFileSecurityOptions interface defines properties for configuring security options for files, such as access permissions, passwords, and content modification restrictions.
Properties
| Name | Description |
|---|---|
| GeneralIsChanged | Indicates whether any general changes have been made to the security options. |
| AllowDegradedPrinting | Indicates whether degraded printing of the file is allowed. |
| UserPassword | Specifies the user password for accessing the file with limited permissions. |
| AllowModifyContent | Indicates whether modifying the content of the file is permitted. |
| AllowPrinting | Indicates whether printing the file is allowed. |
| AllowAnnotations | Indicates whether annotations are allowed in the file. |
| EnableContentCopying | Specifies whether content copying is enabled in the file. |
| AllowAssembly | Indicates whether assembly operations (e.g., inserting, deleting pages) are permitted for the file. |
| SecurityEnabled | Specifies whether security features are enabled for the file. |
| AllowFillFormFields | Indicates whether filling form fields in the file is allowed. |
| IsChanged | Indicates whether the security options have been modified. |
| AllowCopy | Indicates whether copying content from the file is permitted. |
| OwnerPassword | Specifies the owner password for the file, granting full permissions to the owner. |