Click or drag to resize

ObjIsNumber Method

Checks if this Obj is a Number object.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool IsNumber()

Return Value

Type: Boolean
True if this is a Number object, false otherwise.
Remarks
This method can be invoked on any Obj.
See Also