|
Foxit PDF SDK
|
This class represents PDF 3D annotation. More...
Public Types | |
| enum | PDF3DType { PDF3DType.e_3DTypeArtwork = 0, PDF3DType.e_3DTypeRichMedia = 1 } |
| Enumeration for the 3D annot type. More... | |
Public Member Functions | |
| PDF3DAnnot (PDF3DAnnot other) | |
| Constructor, with another 3d annot object. More... | |
| PDF3DAnnot.PDF3DType | Get3DAnnotType () |
| Get the type of 3D annot. More... | |
| PDF3DAnnotInstance | Get3DArtworkInstance () |
| Get the instance of 3D Artwork. More... | |
| Annot | GetAnnot () |
| Get associated annotation. More... | |
| int | GetAnnotIndex () |
| Get the annotation index corresponding to 3d annot. More... | |
| PDF3DAnnotInstanceArray | GetRichMediaInstances () |
| Get the instance array of rich media. More... | |
| bool | IsEmpty () |
| Check whether current object is empty or not. More... | |
This class represents PDF 3D annotation.
|
strong |
|
inline |
Constructor, with another 3d annot object.
| [in] | other | Another 3d annot object. |
|
inline |
Get the type of 3D annot.
|
inline |
Get the instance of 3D Artwork.
If the 3D annot type is not foxit.addon.pdf3d.PDF3DAnnot.PDF3DType.e_3DTypeArtwork , an empty object will be returned.
|
inline |
Get associated annotation.
|
inline |
Get the annotation index corresponding to 3d annot.
|
inline |
Get the instance array of rich media.
If the 3D annot type is not foxit.addon.pdf3d.PDF3DAnnot.PDF3DType.e_3DTypeRichMedia , an empty array will be returned.
|
inline |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.