OpAddToHistoryMode 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:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 +
{{#customTitle:OpAddToHistoryMode Enumeration}}
 +
{{#parentPage:PXV:Common_Enumerations|OpAddToHistoryMode|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
Specifies the ...
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">enum OpAddToHistoryMode
 +
{
 +
    OpA2H_ClearAndAdd = 0,
 +
    OpA2H_Add        = 1,
 +
    OpA2H_NoAdd      = 2,
 +
};
 +
</pre>
 +
 +
== Constants ==
 +
;OpA2H_ClearAndAdd
 +
:The ...
 +
;OpA2H_Add
 +
:The ...
 +
;OpA2H_NoAdd
 +
:The ...

Latest revision as of 01:34, 20 October 2015


Specifies the ...

Syntax

enum OpAddToHistoryMode
{
    OpA2H_ClearAndAdd = 0,
    OpA2H_Add         = 1,
    OpA2H_NoAdd       = 2,
};

Constants

OpA2H_ClearAndAdd
The ...
OpA2H_Add
The ...
OpA2H_NoAdd
The ...