LEADTOOLS PDF (Leadtools.Pdf assembly)

EncryptionMode Property

Show in webframe





Gets or sets a value that indicates the encryption mode to use when updating or creating a PDF document.
Syntax
public PDFEncryptionMode EncryptionMode {get; set;}
'Declaration
 
Public Property EncryptionMode As PDFEncryptionMode
'Usage
 
Dim instance As PDFSecurityOptions
Dim value As PDFEncryptionMode
 
instance.EncryptionMode = value
 
value = instance.EncryptionMode

            

            
public:
property PDFEncryptionMode EncryptionMode {
   PDFEncryptionMode get();
   void set (    PDFEncryptionMode value);
}

Property Value

An PDFEncryptionMode enumeration member that specifies the encryption mode to use when updating or creating a PDF document. The default value is PDFEncryptionMode.RC40Bit.
Remarks

PDF encryption mode along with the owner password and the different owner access right properties allow creating customized security levels in the resulting PDF document.

Example

For an example, refer to PDFFile.

Requirements

Target Platforms

See Also

Reference

PDFSecurityOptions Class
PDFSecurityOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.