Foxit PDF SDK
|
Public Member Functions | |
LRGraphicsObjectElement () | |
Constructor. | |
LRGraphicsObjectElement (LRGraphicsObjectElement other) | |
Constructor, with another graphics object element object. More... | |
LRGraphicsObjectElement (LRElement element) | |
Constructor, with parent class object. More... | |
RectF | GetBBox () |
Get bounding box. More... | |
PDFDictionary | GetDict () |
Get PDF dictionary of related graphics object. More... | |
GraphicsObject | GetGraphicsObject () |
Get related graphics object. More... | |
int | GetGraphicsObjectIndex () |
Get index of related graphics object. More... | |
Matrix2D | GetMatrix () |
Get matrix. More... | |
LRGraphicsObjectElement | GetParentGraphicsObjectElement () |
Get the parent graphics object element. More... | |
![]() | |
LRElement () | |
Constructor. | |
LRElement (LRElement other) | |
Constructor, with another base element object. More... | |
LRElement.ElementType | GetElementType () |
Get element type. More... | |
bool | IsContentElement () |
Check whether current object is content element or not. More... | |
bool | IsEmpty () |
Check whether current object is empty or not. More... | |
bool | IsGraphicsObjectElement () |
Check whether current object is graphics object element or not. More... | |
bool | IsStructureElement () |
Check whether current object is structure element or not. More... | |
string | StringifyType () |
Convert type (enum value) of current element to a short and memorable string (text) representation. More... | |
This class represents a graphics object element. Graphics object element can be used to get related the graphics object.
|
inline |
Constructor, with another graphics object element object.
[in] | other | Another graphics object element object. |
|
inline |
Constructor, with parent class object.
[in] | element | Parent class object. |
|
inline |
Get bounding box.
|
inline |
Get PDF dictionary of related graphics object.
This function is available when related graphics object is a form XObject type. For other graphics object type, this function will return null.
|
inline |
Get related graphics object.
|
inline |
Get index of related graphics object.
|
inline |
Get matrix.
|
inline |
Get the parent graphics object element.