Click or drag to resize

PdfiumFPDFDICT_GetRectBy Method

Gets a rectangle from an Array object associated with the specified key.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static FS_RECTF FPDFDICT_GetRectBy(
	IntPtr handle,
	string key
)

Parameters

handle  IntPtr
Handle to Dictionary object.
key  String
The key contained in the Dictionary.

Return Value

FS_RECTF
A Rectangle associated with the specified key.
See Also