ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > Page Editing Objects and Elements > IGPDEText Object > IGPDEText Methods > GetStrokeMatrix Method |
Gets the stroke matrix of a character or a text run.
GetStrokeMatrix (Flags As enumIGPDETextFlags, Index As Long) As
IGPDFFixedMatrix
Name | Description |
---|---|
Flags |
enumIGPDETextFlags Enumeration value that specifies whether index refers to the character offset from the beginning of the text object or the index of the text run in the text object. Must be either:
|
Index | Index of the character or text run in the text object. |
IGPDFFixedMatrix Object that holds the stroke matrix of specified character or text run. This matrix is the transformation for line widths when stroking. The h and v values of the matrix are ignored.