Click or drag to resize

PdfiumFPDFDICT_SetAtBoolean Method

Creates an Boolean object, initialize it with the value and sets it at the specified key of dictionary.

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

Parameters

handle  IntPtr
Handle to Dictionary object.
key  String
The key contained in the Dictionary.
value  Boolean
Initial value for newly created Boolean object
See Also