Inherits SystemIDisposable.
Public Member Functions | |
CustomEncryptData (bool is_encrypt_metadata, string filter, string sub_filter) | |
Constructor, with parameters. More... | |
CustomEncryptData () | |
Constructor. | |
CustomEncryptData (CustomEncryptData other) | |
Constructor, with another CustomEncryptData. | |
void | Set (bool is_encrypt_metadata, string filter, string sub_filter) |
Set value. More... | |
This class represents some data used for class CustomSecurityHandler.
|
inline |
Constructor, with parameters.
is_encrypt_metadata | true means to encrypt metadata, and false means not to encrypt metadata. |
filter | The filter of PDF document for encryption. It should not be an empty string. |
sub_filter | The sub filter of PDF document for encryption. It should not be an empty string. |
|
inline |
Set value.
is_encrypt_metadata | true means to encrypt metadata, and false means not to encrypt metadata. |
filter | The filter of PDF document for encryption. It should not be an empty string. |
sub_filter | The sub filter of PDF document for encryption. It should not be an empty string. |