Click or drag to resize

PdfiumFPDFDICT_SetAtReferenceEx 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_SetAtReferenceEx(
	IntPtr handle,
	string key,
	IntPtr objectList,
	IntPtr obj
)

Parameters

handle  IntPtr
Handle to Dictionary object.
key  String
The key contained in the Dictionary.
objectList  IntPtr
List of indirect objects
obj  IntPtr
Handle to PDF object
See Also