←Select platform

Multithreaded Property

Summary
Enables or disables multithreaded load.
Syntax
C#
VB
C++
Java
public bool Multithreaded {get; set;} 
Public Property Multithreaded As Boolean 
public boolean getMultithreaded() 
public void setMultithreaded(boolean value) 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.