Foxit PDF SDK
FoxitPDFSDKPython2.CustomEncryptData Class Reference

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.

 

Detailed Description

This class represents some data used for class CustomSecurityHandler .

Constructor & Destructor Documentation

◆ CustomEncryptData()

def FoxitPDFSDKPython2.CustomEncryptData.CustomEncryptData (   other)

Constructor, with another custom encrypt data object.

Parameters
[in]otherAnother custom encrypt data object.

Member Function Documentation

◆ Set()

def FoxitPDFSDKPython2.CustomEncryptData.Set (   is_encrypt_metadata,
  filter,
  sub_filter 
)

Set value.

Parameters
[in]is_encrypt_metadatatrue means to encrypt metadata, and false means not to encrypt metadata.
[in]filterThe filter name of a custom security callback object. It should not be an empty string.
[in]sub_filterThe sub filter name that specifies the syntax of the encryption dictionary contents. It should not be an empty string.
Returns
None.