PXC_SecurityPermissions Enumeration
From PDF XChange PDF SDK
m (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:PXC_SecurityPermissions Enumeration}} | {{#customTitle:PXC_SecurityPermissions Enumeration}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:PXC_Enumerations|PXC_SecurityPermissions|enum}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 10: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum PXC_SecurityPermissions | <pre class="brush:cpp;gutter:false">enum PXC_SecurityPermissions | ||
{ | { | ||
− | Permit_Printing = 4 | + | Permit_Printing = 4, |
− | Permit_Modification = 8 | + | Permit_Modification = 8, |
− | Permit_Copying_And_TextGraphicsExtractions = 16 | + | Permit_Copying_And_TextGraphicsExtractions = 16, |
− | Permit_Add_And_Modify_Annotations = 32 | + | Permit_Add_And_Modify_Annotations = 32, |
− | Permit_FormFilling = 256 | + | Permit_FormFilling = 256, |
− | Permit_TextGraphicsExtractions = 512 | + | Permit_TextGraphicsExtractions = 512, |
− | Permit_Assemble = 1024 | + | Permit_Assemble = 1024, |
− | Permit_HighQualityPrinting = 2048 | + | Permit_HighQualityPrinting = 2048, |
− | Permit_Nothing = -3904 | + | Permit_Nothing = -3904, |
− | Permit_All = -4 | + | Permit_All = -4, |
}; | }; | ||
</pre> | </pre> | ||
Line 44: | Line 45: | ||
;Permit_All | ;Permit_All | ||
:The ... | :The ... | ||
− | |||
− | |||
− |
Latest revision as of 10:38, 23 May 2015
Specifies the ...
Syntax
enum PXC_SecurityPermissions |
{ |
Permit_Printing = 4, |
Permit_Modification = 8, |
Permit_Copying_And_TextGraphicsExtractions = 16, |
Permit_Add_And_Modify_Annotations = 32, |
Permit_FormFilling = 256, |
Permit_TextGraphicsExtractions = 512, |
Permit_Assemble = 1024, |
Permit_HighQualityPrinting = 2048, |
Permit_Nothing = -3904, |
Permit_All = -4, |
}; |
Constants
- Permit_Printing
- The ...
- Permit_Modification
- The ...
- Permit_Copying_And_TextGraphicsExtractions
- The ...
- Permit_Add_And_Modify_Annotations
- The ...
- Permit_FormFilling
- The ...
- Permit_TextGraphicsExtractions
- The ...
- Permit_Assemble
- The ...
- Permit_HighQualityPrinting
- The ...
- Permit_Nothing
- The ...
- Permit_All
- The ...