←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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CloudServices Assembly

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