Click or drag to resize

PdfiumFPDFOBJ_IsNumber Method

Gets a value that indicates whether the PDF object is a Number object.

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

Parameters

obj_handle  IntPtr
Handle to the PDF object

Return Value

Boolean
True if the specified object is a Number object; otherwise, false.
See Also