Indicates which encryption mode to use when creating the PDF document.
Object.defineProperty(PdfDocumentOptions.prototype, 'encryptionMode',
get: function(),
set: function(value)
)
encryptionMode: PdfDocumentEncryptionMode;
A PdfDocumentEncryptionMode enumeration member that specifies which encryption mode to use when creating the PDF document. Default value is PdfDocumentEncryptionMode.RC128Bit.
The PDF encryption mode, along with owner passwords and the different owner access right properties, allow the security level of the resulting PDF document to be customized. For more information, refer to IsProtected.
The EncryptionMode property is only used when the IsProtected property is set to true.
Note that EncryptionMode is not supported when DocumentType is PdfDocumentType.PdfA.
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