Click or drag to resize

PdfiumFPDFTextObj_GetCharInfo(IntPtr, Int32, Int32, Single, Single) Method

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

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFTextObj_GetCharInfo(
	IntPtr textObject,
	int index,
	out int charCode,
	out float originX,
	out float originY
)

Parameters

textObject  IntPtr
Handle to text object returned by FPDFPageObj_Create(PageObjectTypes)
index  Int32
The index of the character to get.
charCode  Int32
Pointer to a int value receiving the unicode value.
originX  Single
Pointer to a float value receiving the physical offset from the start to the specified character by horizontal
originY  Single
Pointer to a float value receiving the physical offset from the start to the specified character by vertical
See Also