Click or drag to resize

PdfTextObjectGetCharInfo(Int32, Int32, Single) Method

Gets the unicode of a special character in a text object and kerning.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public void GetCharInfo(
	int index,
	out int charCode,
	out float kerning
)

Parameters

index  Int32
The index of the character to get the unicode.
charCode  Int32
Gets an int value that represents the unicode character.
kerning  Single
Pointer to a float value receiving the kerning
See Also