Click or drag to resize

PdfiumFPDFNUMBER_CreateFloat Method

Create new Number object as a float

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFNUMBER_CreateFloat(
	float value
)

Parameters

value  Single
Initial value for this object

Return Value

IntPtr
Handle to a newly created object
See Also