←Select platform

UseThreads Property

Summary

Indicates to the conversion engine whether to use multi-threading internally.

Syntax
C#
VB
C++
public bool UseThreads { get; set; } 
Public Property UseThreads() As Boolean 
   Get 
   Set 
public:  
   property bool UseThreads 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

True to internally use mult-threading in the conversion process. False to use a single-thread. Default value is False.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CloudServices Assembly