Foxit PDF SDK
FSDK.WrapperData Class Reference

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.
 

Detailed Description

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

Member Function Documentation

◆ constructor()

FSDK.WrapperData.constructor ( version  ,
type  ,
app_id  ,
uri  ,
description   
)

Constructor, with parameters.

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

◆ Set()

FSDK.WrapperData.Set ( version  ,
type  ,
app_id  ,
uri  ,
description   
)

Set value.

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