Accusoft.PdfXpress7.Net
EncryptMethod Property




Specifies the encryption algorithm used.
Syntax
'Declaration
 
Public Property EncryptMethod As EncryptMethod
'Usage
 
Dim instance As Security
Dim value As EncryptMethod
 
instance.EncryptMethod = value
 
value = instance.EncryptMethod
public EncryptMethod EncryptMethod {get; set;}
public: __property EncryptMethod get_EncryptMethod();
public: __property void set_EncryptMethod( 
   EncryptMethod value
);
public:
property EncryptMethod EncryptMethod {
   EncryptMethod get();
   void set (    EncryptMethod value);
}
Exceptions
ExceptionDescription
PdfXpressException Security has been already been removed or editing Security is not permitted.
See Also

Reference

Security Class
Security Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback