PXV_FmtConvertFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 11: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXV_FmtConvertFlags
 
<pre class="brush:cpp;gutter:false">enum PXV_FmtConvertFlags
 
{
 
{
     FmtConvert_NoUI         = 1,
+
     FmtConvert_NoUI       = 1,
     FmtConvert_ForPreview   = 2,
+
     FmtConvert_ForPreview = 2,
    FmtConvert_UsePagesRange = 4,
+
 
};
 
};
 
</pre>
 
</pre>
Line 21: Line 20:
 
:The ...
 
:The ...
 
;FmtConvert_ForPreview
 
;FmtConvert_ForPreview
:The ...
 
;FmtConvert_UsePagesRange
 
 
:The ...
 
:The ...

Latest revision as of 04:37, 18 November 2020


Specifies the ...

Syntax

enum PXV_FmtConvertFlags
{
    FmtConvert_NoUI       = 1,
    FmtConvert_ForPreview = 2,
};

Constants

FmtConvert_NoUI
The ...
FmtConvert_ForPreview
The ...