PXS_PDFVariantType Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 47: | Line 47: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXS_PDFVariant_Arr_GetType|IPXS_PDFVariant::Arr_GetType]], [[PXV:IPXS_PDFVariant_Dict_GetType|IPXS_PDFVariant::Dict_GetType]], [[PXV:IPXS_PDFVariant_Dict_GetTypeA|IPXS_PDFVariant::Dict_GetTypeA]], [[PXV:IPXS_PDFVariant_Dict_GetTypeR|IPXS_PDFVariant::Dict_GetTypeR]], [[PXV:IPXS_PDFVariant_Type|IPXS_PDFVariant::Type]] |
Revision as of 05:15, 23 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
IPXS_PDFVariant::Arr_GetType, IPXS_PDFVariant::Dict_GetType, IPXS_PDFVariant::Dict_GetTypeA, IPXS_PDFVariant::Dict_GetTypeR, IPXS_PDFVariant::Type