Foxit PDF SDK
fsdk.LRGraphicsObjectElement Class Reference

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...
 

Detailed Description

This class represents a graphics object element. Graphics object element can be used to get related the graphics object.

Member Function Documentation

◆ GetBBox()

def fsdk.LRGraphicsObjectElement.GetBBox ( )

Get bounding box.

Returns
Bounding box.

◆ GetDict()

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.

Returns
PDF dictionary of related graphics object.

◆ GetGraphicsObject()

def fsdk.LRGraphicsObjectElement.GetGraphicsObject ( )

Get related graphics object.

Returns
Related graphics object. If no graphics object can be retrieved, this function will return null.

◆ GetGraphicsObjectIndex()

def fsdk.LRGraphicsObjectElement.GetGraphicsObjectIndex ( )

Get index of related graphics object.

Returns
Index of graphics object.

◆ GetMatrix()

def fsdk.LRGraphicsObjectElement.GetMatrix ( )

Get matrix.

Returns
The matrix.

◆ GetParentGraphicsObjectElement()

def fsdk.LRGraphicsObjectElement.GetParentGraphicsObjectElement ( )

Get the parent graphics object element.

Returns
Parent graphics object element. If function LRGraphicsObjectElement::IsEmpty for the returned object returns true, that means current element does not have a parent graphics object element.