LEADTOOLS Image File Support (Leadtools.Codecs assembly)

EventsDispatchMode Property

Show in webframe







Gets or sets a value that specifies the mode used to dispatch LEADTOOLS events.
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);
Object.defineProperty('EventsDispatchMode');
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 Leadtools.LeadEventsDispatchMode.UseCoreDispatcher.

Requirements

Target Platforms

See Also

Reference

RasterCodecs Class
RasterCodecs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.