Click or drag to resize

PdfiumFPDFARRAY_GetStringAt Method

Gets the ANSI string at a given index.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static string FPDFARRAY_GetStringAt(
	IntPtr handle,
	int index,
	Encoding enc = null
)

Parameters

handle  IntPtr
Handle to Array object.
index  Int32
An integer index that is greater than or equal to 0 and less than the value returned by FPDFARRAY_GetCount(IntPtr).
enc  Encoding  (Optional)
The encoding used to decode an ANSI string into a String. if Null DefaultAnsiEncoding is used.

Return Value

String
A string value currently at this index or null if any error is occured.
See Also