PXS_PDFVariantType Enumeration
From PDF XChange PDF SDK
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_Enumerations|PXS_PDFVariantType | + | {{#parentPage:PXV:PXS_Enumerations|PXS_PDFVariantType|enum}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} |
Revision as of 09:39, 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