Click or drag to resize

PdfiumFPDFTextObj_CalcCharPos Method

Calculate the offsets to start and end of each character in text object

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFTextObj_CalcCharPos(
	IntPtr textObject,
	float[] pPosArray
)

Parameters

textObject  IntPtr
Handle to text object returned by FPDFPageObj_Create(PageObjectTypes)
pPosArray  Single
Pointer to a float values receiving the offsets to start and end of each character in text object
See Also