OpExecFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:OpExecFlags Enumeration}}
 
{{#customTitle:OpExecFlags Enumeration}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...

Revision as of 22:53, 20 April 2015


Specifies the ...

Syntax

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

Constants

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

See Also

See also ...