The PdfDocumentEncryptionMode Enumeration is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Specifies the PDF document encryption mode.Visual Basic (Declaration) | |
---|---|
Public Enum PdfDocumentEncryptionMode Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As PdfDocumentEncryptionMode |
C# | |
---|---|
public enum PdfDocumentEncryptionMode : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class PdfDocumentEncryptionMode : public System.Enum, IComparable, IConvertible, 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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7