Click or drag to resize

PdfiumFPDFOBJ_GetString Method

Returns the ANSI string contained in this PDF object.

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

Parameters

obj_handle  IntPtr
Handle to the PDF object
enc  Encoding  (Optional)
The encoding used to decode an ANSI string into a String. if Null DefaultAnsiEncoding is used.

Return Value

String
The ANSI string contained in this PDF object.
See Also