 | PdfFontGetCharBBox Method |
Get the special character bounding box of a font object.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic FX_RECT GetCharBBox(
int charCode
)
Public Function GetCharBBox (
charCode As Integer
) As FX_RECT
public:
FX_RECT^ GetCharBBox(
int charCode
)
member GetCharBBox :
charCode : int -> FX_RECT public FX_RECT GetCharBBox(
int charCode
)
function GetCharBBox(charCode);
Parameters
- charCode Int32
- The character code.
Return Value
FX_RECTCharacter bounding box of a font object
See Also