Click or drag to resize

PdfiumFPDFDICT_GetNumberBy Method

Gets the float value rom Number object associated with the specified key.

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

Parameters

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

Return Value

Single
A float value associated with the specified key.
See Also