ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > Page Editing Objects and Elements > IGPDEPath Object > IGPDEPath Methods > GetData Method |
Gets the path data.
GetData () As IGIntegerArray
IGIntegerArray Object that contains a variable-sized array of path operators and operands. The format is a 32-bit operator followed by 0 to 3 IGPDFFixedPoint Object values, depending on the operator. Opcodes are codes for moveto, lineto, curveto, rect, or closepath operators; operands are IGPDFFixedPoint values.
Returns "raw" path data. If you want the points in page coordinates, concatenate the path data points with the PDE Element matrix obtained from IIGPDEElement Interface.GetMatrix. |