Click or drag to resize

PdfiumFPDFREF_Create Method

Creates a Reference object which is linked with an object inside the list of objects.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFREF_Create(
	IntPtr objects_list,
	int objnum
)

Parameters

objects_list  IntPtr
List of indirect objects
objnum  Int32
Object's number in the specified list

Return Value

IntPtr
Handle to the newly created Reference object
See Also