PXC_DocumentOpenFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_DocumentOpenFlags Enumeration}} | {{#customTitle:PXC_DocumentOpenFlags Enumeration}} | ||
− | {{#parentPage:PXV:PXC_Enumerations|PXC_DocumentOpenFlags | + | {{#parentPage:PXV:PXC_Enumerations|PXC_DocumentOpenFlags|enum}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 11: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum PXC_DocumentOpenFlags | <pre class="brush:cpp;gutter:false">enum PXC_DocumentOpenFlags | ||
{ | { | ||
− | DocOpenFlag_Preview | + | DocOpenFlag_Preview = 1, |
− | DocOpenFlag_IgnoreXFA = 2, | + | DocOpenFlag_IgnoreXFA = 2, |
+ | DocOpenFlag_NeedOwnerPerms = 4, | ||
+ | DocOpenFlag_NoAuthUI = 8, | ||
+ | DocOpenFlag_StrictHeaders = 16, | ||
}; | }; | ||
</pre> | </pre> | ||
Line 20: | Line 23: | ||
:The ... | :The ... | ||
;DocOpenFlag_IgnoreXFA | ;DocOpenFlag_IgnoreXFA | ||
+ | :The ... | ||
+ | ;DocOpenFlag_NeedOwnerPerms | ||
+ | :The ... | ||
+ | ;DocOpenFlag_NoAuthUI | ||
+ | :The ... | ||
+ | ;DocOpenFlag_StrictHeaders | ||
:The ... | :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 ...