←Select platform

EncryptionMode Property

Summary

Indicates the encryption mode to use when updating or creating a PDF document.

Syntax

C#
VB
C++
public PDFEncryptionMode EncryptionMode { get; set; } 
Public Property EncryptionMode As Leadtools.Pdf.PDFEncryptionMode 

Property Value

An PDFEncryptionMode enumeration member that specifies the encryption mode to use when updating or creating a PDF document. The default value is PDFEncryptionMode.RC40Bit.

Remarks

PDF encryption mode along with the owner password and the different owner access right properties allow creating customized security levels in the PDF document.

Example

For an example, refer to PDFFile.

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.Pdf Assembly