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 = {
LeadtoolsMemberMarker(replace me) };
public enum class PdfDocumentEncryptionMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
RC128Bit | Use 128-bit RC4 encryption mode. |
RC40Bit | Use 40-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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2