PXS_PDFVariantType Enumeration

From PDF XChange PDF SDK
Revision as of 05:33, 16 May 2015 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 PXS_PDFVariantType
{
    PVT_INVALID    = -1,
    PVT_Null       = 0,
    PVT_Integer    = 1,
    PVT_Double     = 2,
    PVT_Boolean    = 3,
    PVT_Name       = 4,
    PVT_String     = 5,
    PVT_Dictionary = 6,
    PVT_Array      = 7,
    PVT_Stream     = 8,
};

Constants

PVT_INVALID
The ...
PVT_Null
The ...
PVT_Integer
The ...
PVT_Double
The ...
PVT_Boolean
The ...
PVT_Name
The ...
PVT_String
The ...
PVT_Dictionary
The ...
PVT_Array
The ...
PVT_Stream
The ...

See Also

See also ...