LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsLoadAsyncCompletedEventArgs Class Properties
See Also 
Leadtools.Codecs Namespace : CodecsLoadAsyncCompletedEventArgs Class


"

For a list of all members of this type, see CodecsLoadAsyncCompletedEventArgs members.

"

Public Properties

 NameDescription
public Property CancelledGets a value indicating whether an asynchronous operation has been canceled. (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
public Property ErrorGets a value indicating which error occurred during an asynchronous operation. (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
public Property FileNameGets the file name this asynchronous operation is using. (Inherited from Leadtools.Codecs.CodecsAsyncCompletedEventArgs)
public Property ImageGets the Leadtools.RasterImage class instance that is being loaded.  
public Property StreamGets the stream this asynchronous operation is using. (Inherited from Leadtools.Codecs.CodecsAsyncCompletedEventArgs)
public Property UriGets the URI this asynchronous operation is using. (Inherited from Leadtools.Codecs.CodecsAsyncCompletedEventArgs)
public Property UserStateGets the unique identifier for the asynchronous task. (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
Top

See Also