Leadtools.Forms.DocumentWriters Namespace : PdfDocumentEncryptionMode Enumeration |
public enum PdfDocumentEncryptionMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum PdfDocumentEncryptionMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As PdfDocumentEncryptionMode
public enum PdfDocumentEncryptionMode : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Forms.DocumentWriters.PdfDocumentEncryptionMode = function() { }; Leadtools.Forms.DocumentWriters.PdfDocumentEncryptionMode.prototype = {
RC40Bit = 0, RC128Bit = 1, };
public enum class PdfDocumentEncryptionMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0 | RC40Bit | Use 40-bit RC4 encryption mode. ![]() ![]() ![]() |
1 | RC128Bit | 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.Protected.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.DocumentWriters.PdfDocumentEncryptionMode