|
Foxit PDF SDK
|
Inherits FoxitPDFSDKPython2._object.
Public Member Functions | |
| def | PayLoadData () |
| Constructor. | |
| def | PayLoadData (version, crypto_filter, file_name, file_size, description) |
| Constructor, with parameters. More... | |
| def | PayLoadData (payload_data) |
| Constructor, with another payload data object. More... | |
| def | Set (version, crypto_filter, file_name, file_size, description) |
| Set value. More... | |
Static Public Attributes | |
| crypto_filter = _fsdk.PayLoadData_crypto_filter | |
| The name of the cryptographic filter used to encrypt the encrypted payload document. | |
| description = _fsdk.PayLoadData_description | |
| Description for payload file to show applications or confront users prompt information. | |
| file_name = _fsdk.PayLoadData_file_name | |
| The payload file name. | |
| file_size = _fsdk.PayLoadData_file_size | |
| The payload file size. | |
| version = _fsdk.PayLoadData_version | |
| The version number of the cryptographic filter used to encrypt the encrypted payload referenced by this dictionary. | |
This class represents payload data, which is used for a PDF 2.0 wrapped PDF document.
| def FoxitPDFSDKPython2.PayLoadData.PayLoadData | ( | version, | |
| crypto_filter, | |||
| file_name, | |||
| file_size, | |||
| description | |||
| ) |
Constructor, with parameters.
| [in] | version | The version number of the cryptographic filter used to encrypt the encrypted payload referenced by this dictionary. |
| [in] | crypto_filter | The name of the cryptographic filter used to encrypt the encrypted payload document. |
| [in] | file_name | The payload file name. |
| [in] | file_size | The payload file size. |
| [in] | description | Description for payload file to show applications or confront users prompt information. |
| def FoxitPDFSDKPython2.PayLoadData.PayLoadData | ( | payload_data | ) |
Constructor, with another payload data object.
| [in] | payload_data | Another payload data object. |
| def FoxitPDFSDKPython2.PayLoadData.Set | ( | version, | |
| crypto_filter, | |||
| file_name, | |||
| file_size, | |||
| description | |||
| ) |
Set value.
| [in] | version | The version number of the cryptographic filter used to encrypt the encrypted payload referenced by this dictionary. |
| [in] | crypto_filter | The name of the cryptographic filter used to encrypt the encrypted payload document. |
| [in] | file_name | The payload file name. |
| [in] | file_size | The payload file size. |
| [in] | description | Description for payload file to show applications or confront users prompt information. |