 | 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.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFDICT_SetAtRect(
IntPtr handle,
string key,
FS_RECTF value
)
Public Shared Sub FPDFDICT_SetAtRect (
handle As IntPtr,
key As String,
value As FS_RECTF
)
public:
static void FPDFDICT_SetAtRect(
IntPtr handle,
String^ key,
FS_RECTF value
)
static member FPDFDICT_SetAtRect :
handle : IntPtr *
key : string *
value : FS_RECTF -> unit
public static void FPDFDICT_SetAtRect(
IntPtr handle,
String key,
FS_RECTF value
)
Patagames.Pdf.Pdfium.FPDFDICT_SetAtRect = function(handle, key, 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