 | PdfiumFPDFNUMBER_CreateInt Method |
Create new Number object as an integer
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFNUMBER_CreateInt(
int value
)
Public Shared Function FPDFNUMBER_CreateInt (
value As Integer
) As IntPtr
public:
static IntPtr FPDFNUMBER_CreateInt(
int value
)
static member FPDFNUMBER_CreateInt :
value : int -> IntPtr
public static IntPtr FPDFNUMBER_CreateInt(
int value
)
Patagames.Pdf.Pdfium.FPDFNUMBER_CreateInt = function(value);
Parameters
- value Int32
- Initial value for this object
Return Value
IntPtrHandle to a newly created object
See Also