PXC_SecurityPermissions Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_SecurityPermissions Enumeration}} | {{#customTitle:PXC_SecurityPermissions Enumeration}} | ||
+ | {{#parentPage:PXV:PXC|PXC_SecurityPermissions Enumeration|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 10: | ||
<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> |
Revision as of 07:01, 23 April 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 ...
See Also
See also ...