public enum LeadEventsDispatchMode
public enum class LeadEventsDispatchMode
class LeadEventsDispatchMode(Enum):
Direct = 0
UseCoreDispatcher = 1
Value | Member | Description |
---|---|---|
0 | Direct | Indicates the class can fire events caused by asynchronous methods directly. This provides the best performance. |
1 | UseCoreDispatcher | Indicates the class must fire events caused by asynchronous methods using the Core Dispatcher. This reduces performance, but ensures events work in JavaScript applications. |
Some LEADTOOLS classes have asynchronous methods that fire events. The class that owns the event will have a DispatchMode property that is used to control how the events are dispatched. In JavaScript, the events must be fired using LeadEventsDispatchMode.UseCoreDispatcher.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document