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

CodecsAsyncCompletedEventArgs Class






Members 
Base class for the CodecsGetInformationAsyncCompletedEventArgs and CodecsLoadAsyncCompletedEventArgs classes. .NET support Silverlight support
Object Model
CodecsAsyncCompletedEventArgs Class
Syntax
public abstract class CodecsAsyncCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs 
'Declaration
 
Public MustInherit Class CodecsAsyncCompletedEventArgs 
   Inherits System.ComponentModel.AsyncCompletedEventArgs
'Usage
 
Dim instance As CodecsAsyncCompletedEventArgs
public sealed class CodecsAsyncCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs 
function Leadtools.Codecs.CodecsAsyncCompletedEventArgs()
public ref class CodecsAsyncCompletedEventArgs abstract : public System.ComponentModel.AsyncCompletedEventArgs 
Remarks

The RasterCodecs class supports asynchronous operations for getting information and loading images through the RasterCodecs.GetInformationAsync and RasterCodecs.LoadAsync methods. These methods will not block the calling thread and perform their work in the background. When the operation is completed, the RasterCodecs.GetInformationAsyncCompleted or RasterCodecs.LoadAsyncCompleted events will fire with the operation status and result.

Both of these events use as data arguments the objects of classes derived from CodecsAsyncCompletedEventArgs. For more information, refer to CodecsGetInformationAsyncCompletedEventArgs and CodecsLoadAsyncCompletedEventArgs.

The CodecsAsyncCompletedEventArgs class derives from the .NET System.ComponentModel.AsyncCompletedEventArgs class and uses these class properties to provide information about the status of the asynchronous operation.

Example
For an example, refer to RasterCodecs.GetInformationAsyncCompleted and RasterCodecs.LoadAsyncCompleted
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

CodecsAsyncCompletedEventArgs Members
Leadtools.Codecs Namespace

 

 


Products | Support | Contact Us | Copyright Notices

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