PXC_SecurityHandlerFeatures Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_SecurityHandlerFeatures Enumeration}}
 
{{#customTitle:PXC_SecurityHandlerFeatures Enumeration}}
 +
{{#parentPage:PXV:PXC_Enumerations|PXC_SecurityHandlerFeatures|enum}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXC_SecurityHandlerFeatures
 
<pre class="brush:cpp;gutter:false">enum PXC_SecurityHandlerFeatures
 
{
 
{
     SecHandlerFeature_IsDRM = 1;
+
     SecHandlerFeature_IsDRM             = 1,
     SecHandlerFeature_CanCreate = 2;
+
     SecHandlerFeature_CanCreate         = 2,
     SecHandlerFeature_CanChangeSettings = 4;
+
     SecHandlerFeature_CanChangeSettings = 4,
     SecHandlerFeature_CanShowDetails = 8;
+
     SecHandlerFeature_CanShowDetails   = 8,
     SecHandlerFeature_Policy = 16;
+
     SecHandlerFeature_Policy           = 16,
 
};
 
};
 
</pre>
 
</pre>
Line 26: Line 30:
 
;SecHandlerFeature_Policy
 
;SecHandlerFeature_Policy
 
:The ...
 
:The ...
 
== See Also ==
 
See also ...
 

Latest revision as of 10:38, 23 May 2015


Specifies the ...

Syntax

enum PXC_SecurityHandlerFeatures
{
    SecHandlerFeature_IsDRM             = 1,
    SecHandlerFeature_CanCreate         = 2,
    SecHandlerFeature_CanChangeSettings = 4,
    SecHandlerFeature_CanShowDetails    = 8,
    SecHandlerFeature_Policy            = 16,
};

Constants

SecHandlerFeature_IsDRM
The ...
SecHandlerFeature_CanCreate
The ...
SecHandlerFeature_CanChangeSettings
The ...
SecHandlerFeature_CanShowDetails
The ...
SecHandlerFeature_Policy
The ...