Click or drag to resize

PdfiumFPDFDICT_GetBooleanBy Method

Gets the boolean value associated with the specified key.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFDICT_GetBooleanBy(
	IntPtr handle,
	string key,
	bool defaultValue = false
)

Parameters

handle  IntPtr
Handle to Dictionary object.
key  String
The key contained in the Dictionary.
defaultValue  Boolean  (Optional)
Default value.

Return Value

Boolean
A boolean 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 false if handle is IntPtr.Zero
See Also