Error processing SSI file
LEADTOOLS PDF (Leadtools.Pdf assembly)

Show in webframe

EncryptionMode Property






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

Error processing SSI file
   Leadtools.Pdf requires a PDF Pro, Pro Suite, Document, or Medical license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features