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

Show in webframe

Multithreaded Property








Enables or disables multithreaded load.
Syntax
public bool Multithreaded {get; set;}
'Declaration
 
Public Property Multithreaded As Boolean
'Usage
 
Dim instance As CodecsJpegLoadOptions
Dim value As Boolean
 
instance.Multithreaded = value
 
value = instance.Multithreaded
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);
}

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