Click or drag to resize

PdfiumFPDFDICT_GetUnicodeTextBy Method

Gets the string associated with the specified key.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static string FPDFDICT_GetUnicodeTextBy(
	IntPtr handle,
	string key
)

Parameters

handle  IntPtr
Handle to Dictionary object.
key  String
The key contained in the Dictionary.

Return Value

String
A string associated with the specified key or null if any error is occured.
See Also