←Select platform

Use128BitEncryption Property

Summary

Gets or sets a value which control the type of encryption to use.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool Use128BitEncryption { get; set; } 
Public Property Use128BitEncryption As Boolean 
public bool Use128BitEncryption {get; set;} 
@property (nonatomic, assign) BOOL use128BitEncryption 
public boolean getUse128BitEncryption() 
public void setUse128BitEncryption(boolean value) 
             
 <br/>get_Use128BitEncryption();<br/>set_Use128BitEncryption(value);<br/>Object.defineProperty('Use128BitEncryption');  
public: 
property bool Use128BitEncryption { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to use an RC4 128-bit encryption key, false to use an RC4 40-bit encryption key.

Example

For an example, refer to CodecsPdfOptions.

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