Creates new instance of the CodecsLoadSvgAsyncCompletedEventArgs with the specified parameters.
public CodecsLoadSvgAsyncCompletedEventArgs(ISvgDocument document,Uri uri,Stream stream,string fileName,Exception error,bool cancelled,object userState)
Public Function New( _ByVal document As Leadtools.ISvgDocument, _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:CodecsLoadSvgAsyncCompletedEventArgs(Leadtools.ISvgDocument^ document,Uri^ uri,Stream^ stream,String^ fileName,Exception^ error,bool cancelled,Object^ userState)
document
The ISvgDocument 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 or RasterCodecs.LoadSvgAsync method that initialized the construction of this object.
For an example, refer to RasterCodecs.LoadSvgAsyncCompleted.
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
