Click or drag to resize

PdfiumFPDFARRAY_AddInteger Method

Creates a Number object, initialize it with integer value and adds it at the end of array.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFARRAY_AddInteger(
	IntPtr handle,
	int value
)

Parameters

handle  IntPtr
Handle to Array object.
value  Int32
Initial value for newly created Number object
See Also