PXV_FmtConverterFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 11: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum PXV_FmtConverterFlags | <pre class="brush:cpp;gutter:false">enum PXV_FmtConverterFlags | ||
{ | { | ||
− | + | FmtConverter_HasGlobalPrefs = 1, | |
− | + | FmtConverter_Multipaged = 2, | |
− | + | FmtConverter_Raster = 4, | |
− | + | FmtConverter_Hidden = 8, | |
− | + | FmtConverter_SuppPrefsPerSrc = 16, | |
− | + | FmtConverter_Excluded = 32, | |
− | + | FmtConverter_Image = 128, | |
− | + | FmtConverter_PDF = 256, | |
− | + | FmtConverter_Imp_SuppAppendToDoc = 4096, | |
− | + | FmtConverter_Exp_SuppPagesRange = 1048576, | |
− | + | FmtConverter_Exp_SuppPageRect = 2097152, | |
}; | }; | ||
</pre> | </pre> | ||
== Constants == | == Constants == | ||
− | ; | + | ;FmtConverter_HasGlobalPrefs |
:The ... | :The ... | ||
− | ; | + | ;FmtConverter_Multipaged |
:The ... | :The ... | ||
− | ; | + | ;FmtConverter_Raster |
:The ... | :The ... | ||
− | ; | + | ;FmtConverter_Hidden |
:The ... | :The ... | ||
− | ; | + | ;FmtConverter_SuppPrefsPerSrc |
:The ... | :The ... | ||
− | ; | + | ;FmtConverter_Excluded |
:The ... | :The ... | ||
− | ; | + | ;FmtConverter_Image |
:The ... | :The ... | ||
− | ; | + | ;FmtConverter_PDF |
:The ... | :The ... | ||
− | ; | + | ;FmtConverter_Imp_SuppAppendToDoc |
:The ... | :The ... | ||
− | ; | + | ;FmtConverter_Exp_SuppPagesRange |
:The ... | :The ... | ||
− | ; | + | ;FmtConverter_Exp_SuppPageRect |
:The ... | :The ... |
Revision as of 10:05, 11 January 2016
Specifies the ...
Syntax
enum PXV_FmtConverterFlags { FmtConverter_HasGlobalPrefs = 1, FmtConverter_Multipaged = 2, FmtConverter_Raster = 4, FmtConverter_Hidden = 8, FmtConverter_SuppPrefsPerSrc = 16, FmtConverter_Excluded = 32, FmtConverter_Image = 128, FmtConverter_PDF = 256, FmtConverter_Imp_SuppAppendToDoc = 4096, FmtConverter_Exp_SuppPagesRange = 1048576, FmtConverter_Exp_SuppPageRect = 2097152, };
Constants
- FmtConverter_HasGlobalPrefs
- The ...
- FmtConverter_Multipaged
- The ...
- FmtConverter_Raster
- The ...
- FmtConverter_Hidden
- The ...
- FmtConverter_SuppPrefsPerSrc
- The ...
- FmtConverter_Excluded
- The ...
- FmtConverter_Image
- The ...
- FmtConverter_PDF
- The ...
- FmtConverter_Imp_SuppAppendToDoc
- The ...
- FmtConverter_Exp_SuppPagesRange
- The ...
- FmtConverter_Exp_SuppPageRect
- The ...