Error processing SSI file
LEADTOOLS Leadtools.Documents.Converters (Leadtools.Documents.Converters assembly)

Show in webframe

UseThreads Property






Indicates whether to use multiple threads during the conversion.
Syntax
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)
            
public:
property bool UseThreads {
   bool get();
   void set (    bool value);
}

Property Value

true to use multiple threads during the conversion; otherwise, false. Default value is true.
Remarks

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.

Requirements

Target Platforms

See Also

Reference

DocumentConverterOptions Class
DocumentConverterOptions Members

Error processing SSI file
   Leadtools.Documents.Converters requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features