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