Click or drag to resize

PdfiumFPDFTextObj_SetTextUnicode Method

Stores a string on the text object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFTextObj_SetTextUnicode(
	IntPtr textObject,
	string text
)

Parameters

textObject  IntPtr
A handle to the text object.
text  String
The string to be set in the text object.
See Also