Foxit PDF SDK
|
This class represents the data of a 3D annotation view. More...
Inherits Object.
Public Member Functions | |
PDF3DAnnotViewData () | |
Constructor. | |
PDF3DAnnotViewData (const PDF3DAnnotViewData &other) | |
Constructor, with another 3D annot view data object. More... | |
PDF3DAnnotViewData & | operator= (const PDF3DAnnotViewData &data) |
Assign operator. More... | |
Public Attributes | |
WString | display_name |
The display name of the view. This name can be duplicated with other views. | |
WString | name |
The name of the view, which is the unique name. | |
This class represents the data of a 3D annotation view.
|
inline |
Constructor, with another 3D annot view data object.
[in] | other | Another 3D annot view data object. |
|
inline |
Assign operator.
[in] | data | Another 3D annot view data object, whose value would be assigned to current object. |