←Select platform

Multithreaded Property

Summary

Enables or disables multithreaded load.

Syntax
C#
C++/CLI
Python
public bool Multithreaded { get; set; } 
public:  
   property bool Multithreaded 
   { 
      bool get() 
      void set(bool value) 
   } 
Multithreaded # get and set (CodecsAvifLoadOptions) 

Property Value

Value Description
true To enable multithreaded load
false To disable multithreaded load

The default value is true.

Remarks

Set this property to true to use multiple threads for loading AVIF files.

Example

For an example, refer to CodecsAvifOptions.

Requirements

Target Platforms

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

Leadtools.Codecs Assembly

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