Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsJpegLoadOptions Class : Multithreaded Property |
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');
true to use multithreaded load, false to disable it.
The default value is false (multithreaded load is disabled).
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).