|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetCrypto_filter () |
| Get the name of the cryptographic filter used to encrypt the encrypted payload document. More... | |
| def | GetDescription () |
| Get description for payload file to show applications or confront users prompt information. More... | |
| def | GetFile_name () |
| Get the payload file name. More... | |
| def | GetFile_size () |
| Get the payload file size. More... | |
| def | GetVersion () |
| Get the version number of the cryptographic filter used to encrypt the encrypted payload referenced by this dictionary. More... | |
| def | Set (version, crypto_filter, file_name, file_size, description) |
| Set value. More... | |
| def | SetCrypto_filter (value) |
| Set the name of the cryptographic filter used to encrypt the encrypted payload document. More... | |
| def | SetDescription (value) |
| Set description for payload file to show applications or confront users prompt information. More... | |
| def | SetFile_name (value) |
| Set the payload file name. More... | |
| def | SetFile_size (value) |
| Set the payload file size. More... | |
| def | SetVersion (value) |
| Set the version number of the cryptographic filter used to encrypt the encrypted payload referenced by this dictionary. More... | |
This class represents payload data, which is used for a PDF 2.0 wrapped PDF document.
| fsdk.PayLoadData.GetCrypto_filter | ( | ) |
Get the name of the cryptographic filter used to encrypt the encrypted payload document.
| fsdk.PayLoadData.GetDescription | ( | ) |
Get description for payload file to show applications or confront users prompt information.
| fsdk.PayLoadData.GetFile_name | ( | ) |
Get the payload file name.
| fsdk.PayLoadData.GetFile_size | ( | ) |
Get the payload file size.
| fsdk.PayLoadData.GetVersion | ( | ) |
Get the version number of the cryptographic filter used to encrypt the encrypted payload referenced by this dictionary.
| def fsdk.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. |
| fsdk.PayLoadData.SetCrypto_filter | ( | value | ) |
Set the name of the cryptographic filter used to encrypt the encrypted payload document.
| [in] | value | The name of the cryptographic filter used to encrypt the encrypted payload document. |
| fsdk.PayLoadData.SetDescription | ( | value | ) |
Set description for payload file to show applications or confront users prompt information.
| [in] | value | Description for payload file to show applications or confront users prompt information. |
| fsdk.PayLoadData.SetFile_name | ( | value | ) |
Set the payload file name.
| [in] | value | The payload file name. |
| fsdk.PayLoadData.SetFile_size | ( | value | ) |
Set the payload file size.
| [in] | value | The payload file size. |
| fsdk.PayLoadData.SetVersion | ( | value | ) |
Set the version number of the cryptographic filter used to encrypt the encrypted payload referenced by this dictionary.
| [in] | value | The version number of the cryptographic filter used to encrypt the encrypted payload referenced by this dictionary. |