Click or drag to resize

PdfiumFPDFDICT_SetAt Method

Sets the PDF object 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_SetAt(
	IntPtr handle,
	string key,
	IntPtr value
)

Parameters

handle  IntPtr
Handle to Dictionary object.
key  String
The key contained in the Dictionary.
value  IntPtr
Handle to the PDF object
See Also