←Select platform

Multithreaded Property

Summary

Enables or disables multithreaded load.

Syntax

C#
VB
Java
WinRT C#
C++
public bool Multithreaded {get; set;} 
Public Property Multithreaded As Boolean 
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 ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly