←Select platform

PdfDocumentEncryptionMode Enumeration

Summary

Specifies the PDF document encryption mode.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[DataContractAttribute()] 
[SerializableAttribute()] 
public enum PdfDocumentEncryptionMode 
<DataContractAttribute()> 
<SerializableAttribute()> 
Public Enum PdfDocumentEncryptionMode 
[DataContractAttribute()] 
[SerializableAttribute()] 
public enum PdfDocumentEncryptionMode 
typedef NS_ENUM(NSInteger, LTPdfDocumentEncryptionMode)
public enum PdfDocumentEncryptionMode
Leadtools.Forms.DocumentWriters.PdfDocumentEncryptionMode = function() { }; 
Leadtools.Forms.DocumentWriters.PdfDocumentEncryptionMode.prototype = { 
 
  RC40Bit = 0, 
    RC128Bit = 1, 
     
 }; 
[DataContractAttribute()] 
[SerializableAttribute()] 
public enum class PdfDocumentEncryptionMode 

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.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Forms.DocumentWriters Assembly
Click or drag to resize