| PdfTextObjectGetCharRect(Int32, FS_MATRIX) Method |
Gets character bounding box
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public FS_RECTF GetCharRect(
int index,
FS_MATRIX matrix
)
Public Function GetCharRect (
index As Integer,
matrix As FS_MATRIX
) As FS_RECTF
public:
FS_RECTF GetCharRect(
int index,
FS_MATRIX^ matrix
)
member GetCharRect :
index : int *
matrix : FS_MATRIX -> FS_RECTF
public FS_RECTF GetCharRect(
int index,
FS_MATRIX matrix
)
function GetCharRect(index, matrix);
Parameters
- index Int32
- The index of the character to get the bbox.
- matrix FS_MATRIX
- The matrix that should be applied to the output rectangle. Typically it's TextMatrix
Return Value
FS_RECTFCharacter bounding box.
See Also