Click or drag to resize

PdfiumFPDFNUMBER_IsInteger Method

Returns a Boolean value that indicates whether a Number is an integer.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFNUMBER_IsInteger(
	IntPtr handle
)

Parameters

handle  IntPtr
Handle to a number object

Return Value

Boolean
true if the Number object is an integer, otherwise false.
See Also