| PdfTextObjectGetCharWidth Method |
Gets the width of the specified character
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public float GetCharWidth(
int charCode
)
Public Function GetCharWidth (
charCode As Integer
) As Single
public:
float GetCharWidth(
int charCode
)
member GetCharWidth :
charCode : int -> float32
public float GetCharWidth(
int charCode
)
function GetCharWidth(charCode);
Parameters
- charCode Int32
- Character code the width of which is necessary to obtain.
Return Value
SingleThe width of
charCode of the current text object.
See Also