Click or drag to resize

PdfiumFPDFNUMBER_CreateInt Method

Create new Number object as an integer

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

Parameters

value  Int32
Initial value for this object

Return Value

IntPtr
Handle to a newly created object
See Also