Click or drag to resize

PdfiumFPDFDICT_SetAtRect Method

Creates an Array object, initialize it with rectangle values (left, top, right, bottom) 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_SetAtRect(
	IntPtr handle,
	string key,
	FS_RECTF value
)

Parameters

handle  IntPtr
Handle to Dictionary object.
key  String
The key contained in the Dictionary.
value  FS_RECTF
Initial value for newly created Array object
See Also