Click or drag to resize

PdfTextObject Methods

The PdfTextObject type exposes the following members.

Methods
 NameDescription
Public methodCalcCharPos Get the offsets to start and end of each character in text object
Public methodStatic memberCreateObsolete.
Create new instance of PdfTextObject class
Public methodStatic memberCreate(String, Single, Single, PdfFont, Single) Create new instance of PdfTextObject class
Public methodGetCharInfo(Int32, Int32, Single) Gets the unicode of a special character in a text object and kerning.
Public methodGetCharInfo(Int32, Int32, Single, Single) Gets the unicode of a special character in a text object and its placement.
Public methodGetCharRect(Int32) Gets character bounding box
Public methodGetCharRect(Int32, FS_MATRIX) Gets character bounding box
Public methodGetCharWidth Gets the width of the specified character
Public methodGetItemInfo Gets item information
Public methodGetSpaceWidth Gets the width of space character
Public methodRecalcPositionData Recalculate charactes positions
Top
See Also