←Select platform

EncryptionMode Property

Summary

Encryption mode to use when creating the PDF document.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public PdfDocumentEncryptionMode EncryptionMode { get; set; } 
@property (nonatomic, assign) LTPdfDocumentEncryptionMode encryptionMode 
public PdfDocumentEncryptionMode getEncryptionMode() 
public void setEncryptionMode(PdfDocumentEncryptionMode mode) 
             
 <br/>get_EncryptionMode();<br/>set_EncryptionMode(value);<br/>Object.defineProperty('EncryptionMode');  

Property Value

A PdfDocumentEncryptionMode enumeration member that specifies which encryption mode to use when creating the PDF document. Default value is PdfDocumentEncryptionMode.RC128Bit.

Remarks

The PDF encryption mode, along with owner passwords and the different owner access right properties, allow the security level of the resulting PDF document to be customized. For more information, refer to Protected.

The EncryptionMode property is only used when the Protected property is set to true.

Note that EncryptionMode is not supported when DocumentType is PdfDocumentType.PdfA.

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