The following tables list the members exposed by CodecsGetInformationAsyncCompletedEventArgs.
| Name | Description | |
|---|---|---|
| CodecsGetInformationAsyncCompletedEventArgs Constructor | Creates new instance of the CodecsGetInformationAsyncCompletedEventArgs with the specified parameters. |
| Name | Description | |
|---|---|---|
| Cancelled | Gets a value indicating whether an asynchronous operation has been canceled. (Inherited from System.ComponentModel.AsyncCompletedEventArgs) |
| Error | Gets a value indicating which error occurred during an asynchronous operation. (Inherited from System.ComponentModel.AsyncCompletedEventArgs) |
| FileName | Gets the file name this asynchronous operation is using. (Inherited from Leadtools.Codecs.CodecsAsyncCompletedEventArgs) |
| Info | Gets the CodecsImageInfo class instance that contains the information about the image file. |
| Stream | Gets the stream this asynchronous operation is using. (Inherited from Leadtools.Codecs.CodecsAsyncCompletedEventArgs) |
| Uri | Gets the URI this asynchronous operation is using. (Inherited from Leadtools.Codecs.CodecsAsyncCompletedEventArgs) |
| UserState | Gets the unique identifier for the asynchronous task. (Inherited from System.ComponentModel.AsyncCompletedEventArgs) |
| Name | Description | |
|---|---|---|
| RaiseExceptionIfNecessary | Raises a user-supplied exception if an asynchronous operation failed. (Inherited from System.ComponentModel.AsyncCompletedEventArgs) |