PXC_DocumentOpenFlags Enumeration
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_DocumentOpenFlags Enumeration}} | {{#customTitle:PXC_DocumentOpenFlags Enumeration}} | ||
+ | {{#parentPage:PXV:PXC_Enumerations|PXC_DocumentOpenFlags|enum}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Specifies the ... | Specifies the ... | ||
Line 7: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum PXC_DocumentOpenFlags | <pre class="brush:cpp;gutter:false">enum PXC_DocumentOpenFlags | ||
{ | { | ||
− | DocOpenFlag_Preview = 1 | + | DocOpenFlag_Preview = 1, |
− | DocOpenFlag_IgnoreXFA = 2 | + | DocOpenFlag_IgnoreXFA = 2, |
+ | DocOpenFlag_NeedOwnerPerms = 4, | ||
+ | DocOpenFlag_NoAuthUI = 8, | ||
+ | DocOpenFlag_StrictHeaders = 16, | ||
}; | }; | ||
</pre> | </pre> | ||
Line 17: | Line 24: | ||
;DocOpenFlag_IgnoreXFA | ;DocOpenFlag_IgnoreXFA | ||
:The ... | :The ... | ||
− | + | ;DocOpenFlag_NeedOwnerPerms | |
− | + | :The ... | |
− | + | ;DocOpenFlag_NoAuthUI | |
+ | :The ... | ||
+ | ;DocOpenFlag_StrictHeaders | ||
+ | :The ... |
Latest revision as of 00:15, 23 July 2018
Specifies the ...
Syntax
enum PXC_DocumentOpenFlags { DocOpenFlag_Preview = 1, DocOpenFlag_IgnoreXFA = 2, DocOpenFlag_NeedOwnerPerms = 4, DocOpenFlag_NoAuthUI = 8, DocOpenFlag_StrictHeaders = 16, };
Constants
- DocOpenFlag_Preview
- The ...
- DocOpenFlag_IgnoreXFA
- The ...
- DocOpenFlag_NeedOwnerPerms
- The ...
- DocOpenFlag_NoAuthUI
- The ...
- DocOpenFlag_StrictHeaders
- The ...