OpSetupUIFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:OpSetupUIFlags Enumeration}} | {{#customTitle:OpSetupUIFlags Enumeration}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:Common_Enumerations|OpSetupUIFlags|enum}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 10: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum OpSetupUIFlags | <pre class="brush:cpp;gutter:false">enum OpSetupUIFlags | ||
{ | { | ||
− | + | OpSetupUIFlag_UseStubDoc = 16384, | |
+ | OpSetupUIFlag_BatchMode = 32768, | ||
}; | }; | ||
</pre> | </pre> | ||
== Constants == | == Constants == | ||
− | ; | + | ;OpSetupUIFlag_UseStubDoc |
+ | :The ... | ||
+ | ;OpSetupUIFlag_BatchMode | ||
:The ... | :The ... | ||
− | |||
− | |||
− |
Latest revision as of 04:12, 14 November 2018
Specifies the ...
Syntax
enum OpSetupUIFlags { OpSetupUIFlag_UseStubDoc = 16384, OpSetupUIFlag_BatchMode = 32768, };
Constants
- OpSetupUIFlag_UseStubDoc
- The ...
- OpSetupUIFlag_BatchMode
- The ...