Foxit PDF SDK
foxit.addon.pdf3d.PDF3DAnnotViewData Class Reference

This class represents the data of a 3D annotation view. More...

Inherits SystemIDisposable.

Public Member Functions

 PDF3DAnnotViewData ()
 Constructor.
 
 PDF3DAnnotViewData (PDF3DAnnotViewData other)
 Constructor, with another 3D annot view data object. More...
 

Properties

string display_name [get, set]
 The display name of the view. This name can be duplicated with other views.
 
string name [get, set]
 The name of the view, which is the unique name.
 

Detailed Description

This class represents the data of a 3D annotation view.

Constructor & Destructor Documentation

◆ PDF3DAnnotViewData()

foxit.addon.pdf3d.PDF3DAnnotViewData.PDF3DAnnotViewData ( PDF3DAnnotViewData  other)
inline

Constructor, with another 3D annot view data object.

Parameters
[in]otherAnother 3D annot view data object.