OpExecFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:OpExecFlags Enumeration}}
 
{{#customTitle:OpExecFlags Enumeration}}
{{#parentPage:PXV:Common|OpExecFlags Enumeration|enum}}
+
{{#parentPage:PXV:Common_Enumerations|OpExecFlags|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 15: Line 16:
 
     OpExecFlag_StopOnNonCriticalErr = 8,
 
     OpExecFlag_StopOnNonCriticalErr = 8,
 
     OpExecFlag_AllowMergeHist      = 16,
 
     OpExecFlag_AllowMergeHist      = 16,
 +
    OpExecFlag_BatchMode            = 32768,
 
};
 
};
 
</pre>
 
</pre>
Line 29: Line 31:
 
;OpExecFlag_AllowMergeHist
 
;OpExecFlag_AllowMergeHist
 
:The ...
 
:The ...
 
+
;OpExecFlag_BatchMode
== See Also ==
+
:The ...
See also ...
+

Latest revision as of 01:14, 15 March 2016


Specifies the ...

Syntax

enum OpExecFlags
{
    OpExecFlag_NoUI                 = 1,
    OpExecFlag_NoProgress           = 2,
    OpExecFlag_ForceNonUndo         = 4,
    OpExecFlag_StopOnNonCriticalErr = 8,
    OpExecFlag_AllowMergeHist       = 16,
    OpExecFlag_BatchMode            = 32768,
};

Constants

OpExecFlag_NoUI
The ...
OpExecFlag_NoProgress
The ...
OpExecFlag_ForceNonUndo
The ...
OpExecFlag_StopOnNonCriticalErr
The ...
OpExecFlag_AllowMergeHist
The ...
OpExecFlag_BatchMode
The ...