[]
Provides security and encryption services and manages permissions for GcPdfDocument objects.
public class Security
| Name | Description |
|---|---|
| DecryptHandler | Gets the SecurityHandlerBase used to decrypt PDF document during loading. |
| DecryptionStatus | Gets the decryption status of the loaded document. This property has meaning only if a document has been loaded. |
| Doc | Gets the GcPdfDocument object owning this object. |
| EncryptHandler | Gets or sets the SecurityHandlerBase used to encrypt PDF document during saving. Same SecurityHandlerBase can not be used for DecryptHandler and EncryptHandler, use Clone(). |