Click or drag to resize

Pdfium.FPDFDICT_AddReference Method


Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFDICT_AddReference(
	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