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 Leadtools.Codecs.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(
Leadtools.Codecs.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.
For an example, refer to RasterCodecs.GetInformationAsyncCompleted.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET