Creates a new instance of the CodecsGetInformationAsyncCompletedEventArgs with the specified parameters.
public CodecsGetInformationAsyncCompletedEventArgs(
CodecsImageInfo info,
Uri uri,
Stream stream,
string fileName,
Exception error,
bool cancelled,
object userState
)
Public Function New( _
ByVal info As CodecsImageInfo, _
ByVal uri As Uri, _
ByVal stream As Stream, _
ByVal fileName As String, _
ByVal error As Exception, _
ByVal cancelled As Boolean, _
ByVal userState As Object _
)
public CodecsGetInformationAsyncCompletedEvent(Object source, CodecsImageInfo info, ILeadStream stream, RuntimeException error, boolean cancelled, Object userState)
public:
CodecsGetInformationAsyncCompletedEventArgs(
CodecsImageInfo^ info,
Uri^ uri,
Stream^ stream,
String^ fileName,
Exception^ error,
bool cancelled,
Object^ userState
)
info
The CodecsImageInfo object instance being used.
uri
The Uri this asynchronous operation is using.
stream
The Stream this asynchronous operation is using.
fileName
The file name this asynchronous operation is using.
error
Any error that occurred during the asynchronous operation.
cancelled
A value indicating whether the asynchronous operation was canceled.
userState
The optional user-supplied state object passed to the RasterCodecs.GetInformationAsync,
RasterCodecs.LoadAsync or RasterCodecs.SaveAsync method that initialized the construction of this object.
NOTE: This topic is part of RasterCodecs
Async support using the .NET System.ComponentMode.AsyncOperation
model. For .NET async/await
support this type/member is not used. Instead, refer to RasterCodecs Async Operations.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document