Click or drag to resize

PdfTextObjectGetCharInfo(Int32, Int32, Single, Single) Method

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

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

Parameters

index  Int32
The index of the character to get.
charCode  Int32
Gets an int value that represents the unicode character.
originX  Single
Gets the horizontal position of the charCode at the specified index.
originY  Single
Gets the vertical position of the charCode at the specified index.
See Also