PXV_JSValueType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search


Specifies the ...

Syntax

enum PXV_JSValueType
{
    JSVT_Undefined = -1,
    JSVT_Null      = 0,
    JSVT_Bool      = 1,
    JSVT_Number    = 2,
    JSVT_String    = 3,
    JSVT_Date      = 4,
    JSVT_Object    = 5,
    JSVT_Array     = 6,
};

Constants

JSVT_Undefined
The ...
JSVT_Null
The ...
JSVT_Bool
The ...
JSVT_Number
The ...
JSVT_String
The ...
JSVT_Date
The ...
JSVT_Object
The ...
JSVT_Array
The ...

See Also

IPXV_JSValue::Type