Click or drag to resize

PdfiumFPDFDICT_GetIntegerBy Method

Gets the integer value from Number object associated with the specified key.

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

Parameters

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

Return Value

Int32
An integer value associated with the specified key. Please see remarks for important details.
Remarks
Note  Note
Please note this method returns 0 if key not found or handle is IntPtr.Zero
See Also