Click or drag to resize

PdfiumFPDFDICT_GetIntegerByEx 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.111.2704
Syntax
public static int FPDFDICT_GetIntegerByEx(
	IntPtr handle,
	string key,
	int defaultValue
)

Parameters

handle  IntPtr
Handle to Dictionary object.
key  String
The key contained in the Dictionary.
defaultValue  Int32
Default value.

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 defaultValue if key not found or 0 if handle is IntPtr.Zero
See Also