 | PdfiumFPDFDICT_SetAtInteger Method |
Creates a Number object, initialize it with integer value 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_SetAtInteger(
IntPtr handle,
string key,
int value
)
Public Shared Sub FPDFDICT_SetAtInteger (
handle As IntPtr,
key As String,
value As Integer
)
public:
static void FPDFDICT_SetAtInteger(
IntPtr handle,
String^ key,
int value
)
static member FPDFDICT_SetAtInteger :
handle : IntPtr *
key : string *
value : int -> unit
public static void FPDFDICT_SetAtInteger(
IntPtr handle,
String key,
int value
)
Patagames.Pdf.Pdfium.FPDFDICT_SetAtInteger = function(handle, key, value);
Parameters
- handle IntPtr
- Handle to Dictionary object.
- key String
- The key contained in the Dictionary.
- value Int32
- Initial value for newly created Number object
See Also