Click or drag to resize

PdfiumFPDFTextObj_SetTextRaw Method

Low-level function to insert ANSI/Unicode string into text object

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFTextObj_SetTextRaw(
	IntPtr textObject,
	int countChars,
	int[] chars,
	float[] kernings
)

Parameters

textObject  IntPtr
Handle to text object returned by FPDFPageObj_Create(PageObjectTypes)
countChars  Int32
The number of characters in the text to insert.
chars  Int32
A four-byte array containing the unicode characters to insert into text object.
kernings  Single
Array containing the kernings
See Also