PXC_SecurityPermissions Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 10: 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 11:08, 8 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 ...

See Also

See also ...