Foxit PDF SDK
FoxitPDFSDKPython3.PDF3DAnnotViewData Class Reference

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

Inherits FoxitPDFSDKPython3._object.

Public Member Functions

def PDF3DAnnotViewData ()
 Constructor. More...
 

Static Public Attributes

 display_name = _fsdk.PDF3DAnnotViewData_display_name
 The display name of the view. This name can be duplicated with other views.
 
 name = _fsdk.PDF3DAnnotViewData_name
 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()

def FoxitPDFSDKPython3.PDF3DAnnotViewData.PDF3DAnnotViewData ( )

Constructor.

Constructor, with another 3D annot view data object.

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