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


"

For a list of all members of this type, see CodecsGetInformationAsyncCompletedEventArgs 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 InfoGets the CodecsImageInfo class instance that contains the information about the image file.  
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