Error processing SSI file
LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly)

Show in webframe

PdfDocumentEncryptionMode Enumeration








Specifies the PDF document encryption mode.
Syntax
'Declaration
 
<DataContractAttribute()>
<SerializableAttribute()>
Public Enum PdfDocumentEncryptionMode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As PdfDocumentEncryptionMode
typedef NS_ENUM(NSInteger, LTPdfDocumentEncryptionMode)
public enum PdfDocumentEncryptionMode
Leadtools.Forms.DocumentWriters.PdfDocumentEncryptionMode = function() { };
Leadtools.Forms.DocumentWriters.PdfDocumentEncryptionMode.prototype = {<br/>
  RC40Bit = 0,
	RC128Bit = 1,
	
 };
Members
ValueMemberDescription
0RC40Bit Use 40-bit RC4 encryption mode.
1RC128Bit Use 128-bit RC4 encryption mode.
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.

Example
For an example, refer to PdfDocumentOptions.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms.DocumentWriters Namespace
Programming with LEADTOOLS Document Writers
Files to be Included with Your Application
Unlocking Special LEAD Features

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