Click or drag to resize

PdfiumFPDFARRAY_AddReference Method

Creates a Reference object 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_AddReference(
	IntPtr handle,
	IntPtr objectList,
	int objnum
)

Parameters

handle  IntPtr
Handle to Arrya object.
objectList  IntPtr
List of indirect objects
objnum  Int32
Object's number
See Also