 | PdfiumFPDFNUMBER_IsInteger Method |
Returns a Boolean value that indicates whether a Number is an integer.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFNUMBER_IsInteger(
IntPtr handle
)
Public Shared Function FPDFNUMBER_IsInteger (
handle As IntPtr
) As Boolean
public:
static bool FPDFNUMBER_IsInteger(
IntPtr handle
)
static member FPDFNUMBER_IsInteger :
handle : IntPtr -> bool
public static boolean FPDFNUMBER_IsInteger(
IntPtr handle
)
Patagames.Pdf.Pdfium.FPDFNUMBER_IsInteger = function(handle);
Parameters
- handle IntPtr
- Handle to a number object
Return Value
Booleantrue if the Number object is an integer, otherwise false.
See Also