Foxit PDF SDK
|
Inherits FoxitPDFSDKPython2._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 = _swig_property(_fsdk.CustomEncryptData_filter_get, _fsdk.CustomEncryptData_filter_set) | |
The filter name of a custom security callback object. It should not be an empty string. | |
is_encrypt_metadata = _swig_property(_fsdk.CustomEncryptData_is_encrypt_metadata_get, _fsdk.CustomEncryptData_is_encrypt_metadata_set) | |
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 = _swig_property(_fsdk.CustomEncryptData_sub_filter_get, _fsdk.CustomEncryptData_sub_filter_set) | |
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 FoxitPDFSDKPython2.CustomEncryptData.CustomEncryptData | ( | other | ) |
Constructor, with another custom encrypt data object.
[in] | other | Another custom encrypt data object. |
def FoxitPDFSDKPython2.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. |