 | PdfiumFPDFDICT_GetUnicodeTextBy Method |
Gets the string associated with the specified key.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static string FPDFDICT_GetUnicodeTextBy(
IntPtr handle,
string key
)
Public Shared Function FPDFDICT_GetUnicodeTextBy (
handle As IntPtr,
key As String
) As String
public:
static String^ FPDFDICT_GetUnicodeTextBy(
IntPtr handle,
String^ key
)
static member FPDFDICT_GetUnicodeTextBy :
handle : IntPtr *
key : string -> string
public static String FPDFDICT_GetUnicodeTextBy(
IntPtr handle,
String key
)
Patagames.Pdf.Pdfium.FPDFDICT_GetUnicodeTextBy = function(handle, key);
Parameters
- handle IntPtr
- Handle to Dictionary object.
- key String
- The key contained in the Dictionary.
Return Value
StringA string associated with the specified key or null if any error is occured.
See Also