←Select platform

LoadMultithreaded Property

Summary

Gets or sets a value that indicates whether the Load Multithreaded check box in the File Load Options dialog box is selected by default.

Syntax

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

Property Value

true to select the Load Multithreaded check box in the File Load Options dialog box; otherwise, false.

Remarks

When the Load Multithreaded check box in the File Load Options dialog box is set to true, LEADTOOLS will enable multithreaded load of JPEG and LEAD CMP files. For more information see Leadtools.Codecs.CodecsJpegLoadOptions.Multithreaded.

Example

Refer to RasterOpenDialog example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly