|
Foxit PDF SDK
|
Inherits FoxitPDFSDKPython3._object.
Public Member Functions | |
| def | CustomEncryptData () |
| Constructor. | |
| def | CustomEncryptData (other) |
| Constructor, with another custom encrypt data object. More... | |
| def | Set (is_encrypt_metadata, filter, sub_filter) |
| Set value. More... | |
Static Public Attributes | |
| filter = _fsdk.CustomEncryptData_filter | |
| The filter name of a custom security callback object. It should not be an empty string. | |
| is_encrypt_metadata = _fsdk.CustomEncryptData_is_encrypt_metadata | |
| A boolean value to decide whether to encrypt metadata or not. true means to encrypt metadata, and false means not to encrypt metadata. | |
| sub_filter = _fsdk.CustomEncryptData_sub_filter | |
| The sub filter name that specifies the syntax of the encryption dictionary contents. It should not be an empty string. | |
This class represents some data used for class CustomSecurityHandler .
| def FoxitPDFSDKPython3.CustomEncryptData.CustomEncryptData | ( | other | ) |
Constructor, with another custom encrypt data object.
| [in] | other | Another custom encrypt data object. |
| def FoxitPDFSDKPython3.CustomEncryptData.Set | ( | is_encrypt_metadata, | |
| filter, | |||
| sub_filter | |||
| ) |
Set value.
| [in] | is_encrypt_metadata | true means to encrypt metadata, and false means not to encrypt metadata. |
| [in] | filter | The filter name of a custom security callback object. It should not be an empty string. |
| [in] | sub_filter | The sub filter name that specifies the syntax of the encryption dictionary contents. It should not be an empty string. |