| ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > Page Editing Objects and Elements > IIGPDEElement Interface |
PDE element interface. Base interface for the elements of a page display list (PDE content) and for clip objects. The general PDE element methods allow you to get and set general element properties.
IIGPDEElement extends IIGPDEObject
| Clone Method | Makes a copy of an element. |
| GetBBox Method | Gets the bounding box for an element, specified in user space coordinates. |
| GetClip Method | Gets the current clip for an element. |
| GetGState Method | Gets the graphics state information for an element. |
| GetMatrix Method | Gets the transformation matrix for an element. |
| GetOCMDictionary Method | Returns a Dictionary (OCMD object), which is associated with this Element. |
| IsAtPoint Method | Tests whether a point is on an element. |
| IsAtRect Method | Tests whether any part of a rectangle is on an element. |
| SetClip Method | Sets the current clip for an element. |
| SetGState Method | Sets the graphics state information for an element. |
| SetMatrix Method | Sets the transformation matrix for an element. |
| UniqueID Method | Returns some 32bit integer that is unique for all Element objects. |
| HasGState Property | True if the element has a graphics state; False otherwise. |
| Type Property | Type of the element. |