Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

EncryptionMode Property

Show in webframe
Indicates which encryption mode to use when creating the PDF document.
Syntax
get_encryptionMode();
set_encryptionMode(value);
Object.defineProperty('encryptionMode');

Property Value

TypeDescription
PdfDocumentEncryptionModeA 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 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.

Example
For an example, refer to PdfDocumentOptions.
See Also

Reference

PdfDocumentOptions Object
PdfDocumentOptions Members

Error processing SSI file