PXS_PDFVariantType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXS_PDFVariantType Enumeration}}
 
{{#customTitle:PXS_PDFVariantType Enumeration}}
Line 46: Line 47:
  
 
== See Also ==
 
== See Also ==
See also ...
+
...

Revision as of 08:19, 20 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

...