Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.Converters Namespace > DocumentConverterOptions Class : UseThreads Property |
public bool UseThreads {get; set;}
'Declaration
Public Property UseThreads As Boolean
'Usage
Dim instance As DocumentConverterOptions Dim value As Boolean instance.UseThreads = value value = instance.UseThreads
public boolean getUseThreads() public void setUseThreads(boolean value)
When the value of UseThreads is true, the converter will use multiple thread to speed up the conversion process. The number of threads is determined automatically from the number of CPU cores and current system load.
If OCR conversion is used, then setting UseThreads to true will automatically uses threads inside the OCR engine if needed regardless of the OCR engine settings.