foxit.pdf.WrapperData Class Reference

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.

 
void Set (int version, string type, string app_id, string uri, string description)
 Set value.
More...
 

Detailed Description

This class represents wrapper data, which is used for a wrapped PDF document.

Constructor & Destructor Documentation

◆ WrapperData()

foxit.pdf.WrapperData.WrapperData ( int  version,
string  type,
string  app_id,
string  uri,
string  description 
)
inline

Constructor, with parameters.

Parameters
versionWrapper version.
typeWrapper type to indicate a type of the current wrapper file.
app_idApplication identity to indicate applications to open this wrapper data.
uriURI for consumers to get more information.
descriptionDescription for wrapper file to show applications or confront users prompt information.

Member Function Documentation

◆ Set()

void foxit.pdf.WrapperData.Set ( int  version,
string  type,
string  app_id,
string  uri,
string  description 
)
inline

Set value.

Parameters
versionWrapper version.
typeWrapper type to indicate a type of the current wrapper file.
app_idApplication identity to indicate applications to open this wrapper data.
uriURI for consumers to get more information.
descriptionDescription for wrapper file to show applications or confront users prompt information.
Returns
None.

Foxit Software Corporation Logo
@2018 Foxit Software Incorporated. All rights reserved.