Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

Use128BitEncryption Property








Gets or sets a value which control the type of encryption to use.
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;}
@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 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

See Also

Reference

CodecsPdfSaveOptions Class
CodecsPdfSaveOptions Members
Implementing PDF Features

Error processing SSI file