←Select platform

PdfDocumentEncryptionMode Enumeration

Summary

Specifies the PDF document encryption mode.

Syntax
C#
VB
Objective-C
C++
Java
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum PdfDocumentEncryptionMode 
<DataContractAttribute()> 
<SerializableAttribute()> 
Public Enum PdfDocumentEncryptionMode  
typedef NS_ENUM(NSInteger, LTPdfDocumentEncryptionMode) 
public enum PdfDocumentEncryptionMode 
[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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly