Click or drag to resize

PdfiumFPDFOBJ_SetUnicodeText Method

Insert an unicode string into the PDF object

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

Parameters

obj_handle  IntPtr
Handle to the PDF object
text  String
The text to be inserted into a object.
See Also