 | PdfiumFPDFDICT_GetRectBy Method |
Gets a rectangle from an Array object associated with the specified key.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static FS_RECTF FPDFDICT_GetRectBy(
IntPtr handle,
string key
)
Public Shared Function FPDFDICT_GetRectBy (
handle As IntPtr,
key As String
) As FS_RECTF
public:
static FS_RECTF FPDFDICT_GetRectBy(
IntPtr handle,
String^ key
)
static member FPDFDICT_GetRectBy :
handle : IntPtr *
key : string -> FS_RECTF
public static FS_RECTF FPDFDICT_GetRectBy(
IntPtr handle,
String key
)
Patagames.Pdf.Pdfium.FPDFDICT_GetRectBy = function(handle, key);
Parameters
- handle IntPtr
- Handle to Dictionary object.
- key String
- The key contained in the Dictionary.
Return Value
FS_RECTFA Rectangle associated with the specified key.
See Also