|
Foxit PDF SDK
|
Public Member Functions | |
| constructor () | |
| Constructor. | |
| constructor (version, type, app_id, uri, description) | |
| Constructor, with parameters. More... | |
| Set (version, type, app_id, uri, description) | |
| Set value. More... | |
Public Attributes | |
| app_id | |
| Application identity to indicate applications to open this wrapper data. | |
| description | |
| Description for wrapper file to show applications or confront users prompt information. | |
| type | |
| Wrapper type to indicate a type of the current wrapper file. | |
| uri | |
| The URI for consumers to get more information. | |
| version | |
| Wrapper version. | |
This class represents wrapper data, which is used for a wrapped PDF document.
| FSDK.WrapperData.constructor | ( | version | , |
| type | , | ||
| app_id | , | ||
| uri | , | ||
| description | |||
| ) |
Constructor, with parameters.
| [in] | version | Wrapper version. |
| [in] | type | Wrapper type to indicate a type of the current wrapper file. |
| [in] | app_id | Application identity to indicate applications to open this wrapper data. |
| [in] | uri | URI for consumers to get more information. |
| [in] | description | Description for wrapper file to show applications or confront users prompt information. |
| FSDK.WrapperData.Set | ( | version | , |
| type | , | ||
| app_id | , | ||
| uri | , | ||
| description | |||
| ) |
Set value.
| [in] | version | Wrapper version. |
| [in] | type | Wrapper type to indicate a type of the current wrapper file. |
| [in] | app_id | Application identity to indicate applications to open this wrapper data. |
| [in] | uri | URI for consumers to get more information. |
| [in] | description | Description for wrapper file to show applications or confront users prompt information. |