PXS_PDFVariantType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXS_PDFVariantType Enumeration}}
 
{{#customTitle:PXS_PDFVariantType Enumeration}}
{{#parentPage:PXV:PXS|PXS_PDFVariantType Enumeration|enum}}
+
{{#parentPage:PXV:PXS_Enumerations|PXS_PDFVariantType Enumeration|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Revision as of 23:31, 21 May 2015


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

...