Click or drag to resize

PdfiumFPDFDICT_SetAtReference Method

Creates a Reference object and sets it at the specified key of dictionary.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFDICT_SetAtReference(
	IntPtr handle,
	string key,
	IntPtr objectList,
	int objnum
)

Parameters

handle  IntPtr
Handle to Dictionary object.
key  String
The key contained in the Dictionary.
objectList  IntPtr
List of indirect objects
objnum  Int32
Object's number
See Also