PXV_ActionHandlerEditFlags Enumeration
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXV_ActionHandlerEditFlags Enumeration}} | {{#customTitle:PXV_ActionHandlerEditFlags Enumeration}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:PXV_Enumerations|PXV_ActionHandlerEditFlags|enum}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 10: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum PXV_ActionHandlerEditFlags | <pre class="brush:cpp;gutter:false">enum PXV_ActionHandlerEditFlags | ||
{ | { | ||
− | AHEF_ReadOnly = 1 | + | AHEF_ReadOnly = 1, |
− | AHEF_NewAction = 2 | + | AHEF_NewAction = 2, |
}; | }; | ||
</pre> | </pre> | ||
Line 20: | Line 21: | ||
;AHEF_NewAction | ;AHEF_NewAction | ||
:The ... | :The ... | ||
− | |||
− | |||
− |
Latest revision as of 09:39, 23 May 2015
Specifies the ...
Syntax
enum PXV_ActionHandlerEditFlags { AHEF_ReadOnly = 1, AHEF_NewAction = 2, };
Constants
- AHEF_ReadOnly
- The ...
- AHEF_NewAction
- The ...