PXV_DocCloseFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 10: Line 10:
 
<pre class="brush:cpp;gutter:false">enum PXV_DocCloseFlags
 
<pre class="brush:cpp;gutter:false">enum PXV_DocCloseFlags
 
{
 
{
     PXV_DocClose_AllowUI        = 1;
+
     PXV_DocClose_AllowUI        = 1,
     PXV_DocClose_AllowCancel    = 2;
+
     PXV_DocClose_AllowCancel    = 2,
     PXV_DocClose_AllowSilentSave = 4;
+
     PXV_DocClose_AllowSilentSave = 4,
     PXV_DocClose_AllowAsync      = 8;
+
     PXV_DocClose_AllowAsync      = 8,
 
};
 
};
 
</pre>
 
</pre>

Revision as of 11:09, 8 May 2015


Specifies the ...

Syntax

enum PXV_DocCloseFlags
{
    PXV_DocClose_AllowUI         = 1,
    PXV_DocClose_AllowCancel     = 2,
    PXV_DocClose_AllowSilentSave = 4,
    PXV_DocClose_AllowAsync      = 8,
};

Constants

PXV_DocClose_AllowUI
The ...
PXV_DocClose_AllowCancel
The ...
PXV_DocClose_AllowSilentSave
The ...
PXV_DocClose_AllowAsync
The ...

See Also

See also ...