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 20: Line 21:
 
:The ...
 
:The ...
 
;FmtConvert_ForPreview
 
;FmtConvert_ForPreview
 +
:The ...
 +
;FmtConvert_UsePagesRange
 
:The ...
 
:The ...

Revision as of 01:29, 18 November 2020


Specifies the ...

Syntax

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

Constants

FmtConvert_NoUI
The ...
FmtConvert_ForPreview
The ...
FmtConvert_UsePagesRange
The ...