PXV_JSValueType Enumeration

From PDF XChange PDF SDK
Revision as of 04:34, 20 February 2017 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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