←Select platform

PdfDocumentEncryptionMode Enumeration

Summary

Specifies the PDF document encryption mode.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[SerializableAttribute()] 
[DataContractAttribute()] 
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 = {<br/> 
  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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentWriters Assembly