←Select platform

EncryptionMode Property

Summary

Indicates the encryption mode to use when updating or creating a PDF document.

Syntax
C#
VB
C++
public PDFEncryptionMode EncryptionMode { get; set; } 
Public Property EncryptionMode As PDFEncryptionMode 
public: 
property PDFEncryptionMode EncryptionMode { 
   PDFEncryptionMode get(); 
   void set (    PDFEncryptionMode ); 
} 

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 PDF document.

Example

For an example, refer to PDFFile.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly