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

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

Multithreaded Property








Enables or disables multithreaded load.
Syntax
public bool Multithreaded {get; set;}
public bool Multithreaded {get; set;}
public boolean getMultithreaded()
public void setMultithreaded(boolean value)
            
 <br/>get_Multithreaded();<br/>set_Multithreaded(value);<br/>Object.defineProperty('Multithreaded'); 
public:
property bool Multithreaded {
   bool get();
   void set (    bool value);
}
'Declaration
 
Public Property Multithreaded As Boolean
 
'Usage
 
Dim instance As CodecsJpegLoadOptions
Dim value As Boolean
 
instance.Multithreaded = value
 
value = instance.Multithreaded

Property Value

true to use multithreaded load, false to disable it.

The default value is false (multithreaded load is disabled).

Remarks

Set this property to true to use multiple threads for loading JPEG and LEAD CMP files.

The default value is false (multithreaded load is disabled).

Example
For an example, refer to CodecsJpegOptions.
Requirements

Target Platforms

See Also

Reference

CodecsJpegLoadOptions Class
CodecsJpegLoadOptions Members

Error processing SSI file