Foxit PDF SDK
|
Inherits SystemIDisposable.
Public Member Functions | |
WrapperData () | |
Constructor. | |
WrapperData (int version, string type, string app_id, string uri, string description) | |
Constructor, with parameters. More... | |
WrapperData (WrapperData wrapper_data) | |
Constructor, with another wrapper data object. More... | |
void | Set (int version, string type, string app_id, string uri, string description) |
Set value. More... | |
Properties | |
string | app_id [get, set] |
Application identity to indicate applications to open this wrapper data. | |
string | description [get, set] |
Description for wrapper file to show applications or confront users prompt information. | |
string | type [get, set] |
Wrapper type to indicate a type of the current wrapper file. | |
string | uri [get, set] |
The URI for consumers to get more information. | |
int | version [get, set] |
Wrapper version. | |
This class represents wrapper data, which is used for a wrapped PDF document.
|
inline |
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. |
|
inline |
Constructor, with another wrapper data object.
[in] | wrapper_data | Another wrapper data object. |
|
inline |
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. |