LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

EventsDispatchMode Property






Gets or sets a value that specifies the mode used to dispatch LEADTOOLS events. .NET support WinRT support
Syntax
public LeadEventsDispatchMode EventsDispatchMode {get; set;}
'Declaration
 
Public Property EventsDispatchMode As LeadEventsDispatchMode
'Usage
 
Dim instance As RasterCodecs
Dim value As LeadEventsDispatchMode
 
instance.EventsDispatchMode = value
 
value = instance.EventsDispatchMode
public LeadEventsDispatchMode EventsDispatchMode {get; set;}
 get_EventsDispatchMode();
set_EventsDispatchMode(value);
public:
property LeadEventsDispatchMode EventsDispatchMode {
   LeadEventsDispatchMode get();
   void set (    LeadEventsDispatchMode value);
}

Property Value

A Leadtools.LeadEventsDispatchMode value that specifies the mode used to dispatch LEADTOOLS events. The default value is Leadtools.LeadEventsDispatchMode.Direct.
Remarks

The RasterCodecs class has asynchronous methods that fire events. This property is used to control how the events are dispatched. In JavaScript, the events must be fired using LeadEventsDispatchMode.Leadtools.LeadEventsDispatchMode.UseCoreDispatcher.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterCodecs Class
RasterCodecs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.