encryptionMode Property (original) (raw)

Summary

Indicates which encryption mode to use when creating the PDF document.

Syntax

Object.defineProperty(PdfDocumentOptions.prototype, 'encryptionMode', get: function(), set: function(value) )

Property Value

A PdfDocumentEncryptionMode enumeration member that specifies which encryption mode to use when creating the PDF document. Default value is PdfDocumentEncryptionMode.RC128Bit.

Remarks

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 toIsProtected.

The EncryptionMode property is only used when the IsProtected property is set to true.

Note that EncryptionMode is not supported when DocumentType isPdfDocumentType.PdfA.

Leadtools.Document Assembly