 | PdfTextObjectGetCharRect(Int32) Method |
Gets character bounding box
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic FS_RECTF GetCharRect(
int index
)
Public Function GetCharRect (
index As Integer
) As FS_RECTF
public:
FS_RECTF GetCharRect(
int index
)
member GetCharRect :
index : int -> FS_RECTF public FS_RECTF GetCharRect(
int index
)
function GetCharRect(index);
Parameters
- index Int32
- The index of the character to get the bbox.
Return Value
FS_RECTFCharacter bounding box.
See Also