Click or drag to resize

PdfiumFPDFTextObj_SetText Method

Stores an ANSI string on the text object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFTextObj_SetText(
	IntPtr textObject,
	string text,
	Encoding enc = null
)

Parameters

textObject  IntPtr
A handle to the text object.
text  String
The string to be set in the text object.
enc  Encoding  (Optional)
The encoding used to encode the text into an ANSI string. if Null DefaultAnsiEncoding is used.
See Also