![]() |
PDFix SDK
6.4.0
|
Public Member Functions | |
| virtual int | GetNumPathPoints ()=0 |
| Gets the number of path points. More... | |
| virtual PdsPathPoint * | GetPathPoint (int index)=0 |
| Gets the requested path point. More... | |
Public Member Functions inherited from PdsPageObject | |
| virtual PdfPageObjectType | GetObjectType ()=0 |
| Gets the type of an object. More... | |
| virtual void | GetBBox (PdfRect *bbox)=0 |
| virtual int | GetId ()=0 |
| Gets the ordinal number of a page object. More... | |
| virtual void | SetRender (bool render)=0 |
| Set page object element to draw or not while rendering page content. More... | |
| virtual PdsObject * | GetStructObject (bool struct_parent)=0 |
| virtual PdsContentMark * | GetContentMark ()=0 |
| virtual PdfPage * | GetPage ()=0 |
| Gets a reference to the page on which the object is present. More... | |
| virtual bool | GetGState (PdfGraphicState *g_state)=0 |
| Gets the graphic state of the page object. More... | |
|
pure virtual |
Gets the number of path points.
|
pure virtual |
Gets the requested path point.
| index | Index of path point to obtain. |