 | PdfiumFPDFDICT_SetAt Method |
Sets the PDF object at the specified key of dictionary.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFDICT_SetAt(
IntPtr handle,
string key,
IntPtr value
)
Public Shared Sub FPDFDICT_SetAt (
handle As IntPtr,
key As String,
value As IntPtr
)
public:
static void FPDFDICT_SetAt(
IntPtr handle,
String^ key,
IntPtr value
)
static member FPDFDICT_SetAt :
handle : IntPtr *
key : string *
value : IntPtr -> unit
public static void FPDFDICT_SetAt(
IntPtr handle,
String key,
IntPtr value
)
Patagames.Pdf.Pdfium.FPDFDICT_SetAt = function(handle, key, 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