Click or drag to resize

PdfiumFPDFDICT_SetAtNumber Method

Creates a Number object, initialize it with float 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_SetAtNumber(
	IntPtr handle,
	string key,
	float value
)

Parameters

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