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

PdfDocumentEncryptionMode Enumeration

Show in webframe
Specifies the PDF document encryption mode.
Syntax
Leadtools.Documents.Writers.PdfDocumentEncryptionMode = function() { };
Leadtools.Documents.Writers.PdfDocumentEncryptionMode.prototype = {
	rc40Bit = 0,
	rc128Bit = 1,
	
 };
Members
ValueMemberDescription
0rc40Bit Use 40-bit RC4 encryption mode.
1rc128Bit Use 128-bit RC4 encryption mode.
Remarks

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.

Example
For an example, refer to PdfDocumentOptions.
See Also

Reference

Leadtools.Documents.Writers Namespace

Error processing SSI file