Click or drag to resize

PdfiumFPDFOBJ_SetString(IntPtr, String, Encoding) Method

Insert an ANSI string into the PDF object

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFOBJ_SetString(
	IntPtr obj_handle,
	string str,
	Encoding enc = null
)

Parameters

obj_handle  IntPtr
Handle to the PDF object
str  String
The text to be inserted into a object.
enc  Encoding  (Optional)
The encoding used to encode the str into an ANSI string. if Null DefaultAnsiEncoding is used.
See Also