 | PdfTextGetCharBox Method |
Get bounding box of a particular character.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic FS_RECTF GetCharBox(
int index
)
Public Function GetCharBox (
index As Integer
) As FS_RECTF
public:
FS_RECTF GetCharBox(
int index
)
member GetCharBox :
index : int -> FS_RECTF public FS_RECTF GetCharBox(
int index
)
function GetCharBox(index);
Parameters
- index Int32
- Zero-based index of the character.
Return Value
FS_RECTFBounding box of a particular character.
RemarksAll positions are measured in PDF "user space"
See Also