| ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > General Objects > IGPDFSecurityData Object |
PDF security data object describes data for the standard security handler.
IIGPDFSecurityData extends IIGObject
| EncryptAttachmentsOnly Property | Flag to indicate that only Attachments are encrypted |
| EncryptMetadata Property | Flag that indicates whether document metadata will be encrypted. |
| EncryptMethod Property | Method of encryption for filters to use. |
| HasOwnerPW Property | True if the owner password is provided, False otherwise. |
| HasUserPW Property | True if the user password is provided, False otherwise. |
| KeyLength Property | Encryption key length in byte. |
| NewOwnerPW Property | True if the owner password should be changed, False otherwise. |
| NewUserPW Property | True if the user password should be changed, False otherwise. |
| OwnerPW Property | The owner password string. |
| Perms Property | Permissions to allow. |
| Revision Property | Indicates /R revision value. |
| UserPW Property | The user password string. |