|
Foxit PDF SDK
|
Public Member Functions | |
| def | GetBBox () |
| Get bounding box. More... | |
| def | GetDict () |
| Get PDF dictionary of related graphics object. More... | |
| def | GetGraphicsObject () |
| Get related graphics object. More... | |
| def | GetGraphicsObjectIndex () |
| Get index of related graphics object. More... | |
| def | GetMatrix () |
| Get matrix. More... | |
| def | GetParentGraphicsObjectElement () |
| Get the parent graphics object element. More... | |
This class represents a graphics object element. Graphics object element can be used to get related the graphics object.
| def fsdk.LRGraphicsObjectElement.GetBBox | ( | ) |
Get bounding box.
| def fsdk.LRGraphicsObjectElement.GetDict | ( | ) |
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.
| def fsdk.LRGraphicsObjectElement.GetGraphicsObject | ( | ) |
Get related graphics object.
| def fsdk.LRGraphicsObjectElement.GetGraphicsObjectIndex | ( | ) |
Get index of related graphics object.
| def fsdk.LRGraphicsObjectElement.GetMatrix | ( | ) |
Get matrix.
| def fsdk.LRGraphicsObjectElement.GetParentGraphicsObjectElement | ( | ) |
Get the parent graphics object element.