 | PdfiumFPDFARRAY_AddInteger Method |
Creates a Number object, initialize it with integer value and adds it at the end of array.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFARRAY_AddInteger(
IntPtr handle,
int value
)
Public Shared Sub FPDFARRAY_AddInteger (
handle As IntPtr,
value As Integer
)
public:
static void FPDFARRAY_AddInteger(
IntPtr handle,
int value
)
static member FPDFARRAY_AddInteger :
handle : IntPtr *
value : int -> unit
public static void FPDFARRAY_AddInteger(
IntPtr handle,
int value
)
Patagames.Pdf.Pdfium.FPDFARRAY_AddInteger = function(handle, value);
Parameters
- handle IntPtr
- Handle to Array object.
- value Int32
- Initial value for newly created Number object
See Also