LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
PdfDocumentEncryptionMode Enumeration
See Also  
Leadtools.Forms.DocumentWriters Namespace : PdfDocumentEncryptionMode Enumeration



The PdfDocumentEncryptionMode Enumeration is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

Specifies the PDF document encryption mode.

Syntax

Visual Basic (Declaration) 
Public Enum PdfDocumentEncryptionMode 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As PdfDocumentEncryptionMode
C# 
public enum PdfDocumentEncryptionMode : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class PdfDocumentEncryptionMode : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
RC128BitUse 128-bit RC4 encryption mode.
RC40BitUse 40-bit RC4 encryption mode.

Example

For an example, refer to PdfDocumentOptions.

Remarks

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Forms.DocumentWriters.PdfDocumentEncryptionMode

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features