LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

EncryptionMode Property






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 PDFEncryptionMode EncryptionMode {get; set;}
 get_EncryptionMode();
set_EncryptionMode(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFSecurityOptions Class
PDFSecurityOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.