OpSetupUIFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 11: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum OpSetupUIFlags | <pre class="brush:cpp;gutter:false">enum OpSetupUIFlags | ||
{ | { | ||
− | OpSetupUIFlag_BatchMode = 32768, | + | OpSetupUIFlag_UseStubDoc = 16384, |
+ | OpSetupUIFlag_BatchMode = 32768, | ||
}; | }; | ||
</pre> | </pre> | ||
== Constants == | == Constants == | ||
+ | ;OpSetupUIFlag_UseStubDoc | ||
+ | :The ... | ||
;OpSetupUIFlag_BatchMode | ;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 ...