Leadtools.Pdf Namespace : PDFEncryptionMode Enumeration |
[SerializableAttribute()] public enum PDFEncryptionMode : System.Enum
'Declaration <SerializableAttribute()> Public Enum PDFEncryptionMode Inherits System.Enum
'Usage Dim instance As PDFEncryptionMode
[SerializableAttribute()] public enum PDFEncryptionMode : System.Enum
Leadtools.Pdf.PDFEncryptionMode = function() { }; Leadtools.Pdf.PDFEncryptionMode.prototype = {
LeadtoolsMemberMarker(replace me) };
[SerializableAttribute()] public enum class PDFEncryptionMode : public System.Enum
Member | Description |
---|---|
RC128Bit | Use RC 128 bit mode |
RC40Bit | Use RC 40 bit mode |
The PDFEncryptionMode enumeration is used as the type for the PDFSecurityOptions.EncryptionMode property. It determines the encryption mode to use when creating or updating PDF files.
The password to use with the encryption must be set in the PDFSecurityOptions.UserPassword or PDFSecurityOptions.OwnerPassword properties.
For an example, refer to PDFSecurityOptions.
System.Object
System.ValueType
System.Enum
Leadtools.Pdf.PDFEncryptionMode
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