Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Forms.DocumentWriters Namespace : PdfDocumentEncryptionMode Enumeration |
[DataContractAttribute()] [SerializableAttribute()] public enum PdfDocumentEncryptionMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<DataContractAttribute()> <SerializableAttribute()> Public Enum PdfDocumentEncryptionMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As PdfDocumentEncryptionMode
[DataContractAttribute()] [SerializableAttribute()] public enum PdfDocumentEncryptionMode : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_ENUM(NSInteger, LTPdfDocumentEncryptionMode)
public enum PdfDocumentEncryptionMode
Leadtools.Forms.DocumentWriters.PdfDocumentEncryptionMode = function() { }; Leadtools.Forms.DocumentWriters.PdfDocumentEncryptionMode.prototype = {<br/> RC40Bit = 0, RC128Bit = 1, };
[DataContractAttribute()] [SerializableAttribute()] 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