←Select platform

PDFEncryptionMode Enumeration

Summary

Specifies the PDF encryption mode

Syntax

C#
VB
C++
[SerializableAttribute()] 
public enum PDFEncryptionMode  
<SerializableAttribute()> 
Public Enum PDFEncryptionMode  
    
[SerializableAttribute()] 
public enum class PDFEncryptionMode  

Members

ValueMemberDescription
0RC40Bit Use RC 40 bit mode
1RC128Bit Use RC 128 bit mode
2None No encryption
Remarks

The PDFEncryptionMode enumeration is used as the type for the PDFSecurityOptions.EncryptionMode property. It determines the encryption mode to use when creating or updating PDF files.

The password to use with the encryption must be set in the PDFSecurityOptions.UserPassword or PDFSecurityOptions.OwnerPassword properties.

Example

For an example, refer to PDFSecurityOptions.

Requirements

Target Platforms

See Also

Reference

Leadtools.Pdf Namespace

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

Leadtools.Pdf Assembly