Specifies the PDF document encryption mode.
lt.Documents.Writers.PdfDocumentEncryptionMode = {
Rc40Bit: 0,
Rc128Bit: 1
}
lt.Documents.Writers.PdfDocumentEncryptionMode = {
Rc40Bit: 0,
Rc128Bit: 1
}
Members
0 | Rc40Bit | (0) Use 40-bit RC4 encryption mode. |
1 | Rc128Bit | (1) Use 128-bit RC4 encryption mode. |
The PdfDocumentEncryptionMode enumeration is used as the type for the PdfDocumentOptions.EncryptionMode property.
PDF encryption mode along with the owner password and the different owner access right properties allow creating customized security level in the resulting PDF document. For more information, refer to PdfDocumentOptions.IsProtected.
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