Click or drag to resize

PdfiumFPDFARRAY_AddReferenceEx Method

Creates a Reference object and sets 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_AddReferenceEx(
	IntPtr handle,
	IntPtr objectList,
	IntPtr obj
)

Parameters

handle  IntPtr
Handle to Array object.
objectList  IntPtr
List of indirect objects
obj  IntPtr
Handle to PDF object
See Also