LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

Use128BitEncryption Property






Gets or sets a value which control the type of encryption to use. .NET support WinRT support
Syntax
public bool Use128BitEncryption {get; set;}
'Declaration
 
Public Property Use128BitEncryption As Boolean
'Usage
 
Dim instance As CodecsPdfSaveOptions
Dim value As Boolean
 
instance.Use128BitEncryption = value
 
value = instance.Use128BitEncryption
public bool Use128BitEncryption {get; set;}
 get_Use128BitEncryption();
set_Use128BitEncryption(value);
public:
property bool Use128BitEncryption {
   bool get();
   void set (    bool value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsPdfSaveOptions Class
CodecsPdfSaveOptions Members
Implementing PDF Plug in Features

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.