Click or drag to resize

PdfiumFPDFREF_SetRef Method

Changes a link of Reference object to the specified object in the specified list.

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

Parameters

handle  IntPtr
Handle to the Reference object.
objects_list  IntPtr
List of indirect objects
objnum  Int32
Object's number in the specified list
See Also