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