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