CabDataTypeID Enumeration
From PDF XChange PDF SDK
(Automatic page editing by robot) |
(No difference)
|
Revision as of 00:19, 20 March 2015
Specifies the ...
Syntax
enum CabDataTypeID { dt_Invalid = 0; dt_Undefined = 0; dt_Bool = 1; dt_Int = 2; dt_Int64 = 3; dt_Double = 4; dt_String = 5; dt_Stream = 6; dt_IUnknown = 7; dt_Container = 4096; dt_Array = 4097; dt_Dictionary = 4098; };
Constants
- dt_Invalid
- The ...
- dt_Undefined
- The ...
- dt_Bool
- The ...
- dt_Int
- The ...
- dt_Int64
- The ...
- dt_Double
- The ...
- dt_String
- The ...
- dt_Stream
- The ...
- dt_IUnknown
- The ...
- dt_Container
- The ...
- dt_Array
- The ...
- dt_Dictionary
- The ...
See Also
See also ...