OpExecFlags Enumeration

From PDF XChange PDF SDK
Revision as of 07:13, 20 March 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 ...