Click or drag to resize

PdfiumFPDFDICT_KeyExist Method

Determines whether the Dictionary contains the specified key.

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

Parameters

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

Return Value

Boolean
true if the Dictionary contains an element with the specified key; otherwise, false.
See Also