Indicates the encryption mode to use when updating or creating a PDF document.
public PDFEncryptionMode EncryptionMode { get; set; }
Public Property EncryptionMode As Leadtools.Pdf.PDFEncryptionMode
public:
property Leadtools.Pdf.PDFEncryptionMode EncryptionMode {
Leadtools.Pdf.PDFEncryptionMode get();
void set ( Leadtools.Pdf.PDFEncryptionMode );
}
An PDFEncryptionMode enumeration member that specifies the encryption mode to use when updating or creating a PDF document. The default value is PDFEncryptionMode.RC40Bit.
PDF encryption mode along with the owner password and the different owner access right properties allow creating customized security levels in the PDF document.
For an example, refer to PDFFile.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET