Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

CodecsLoadSvgAsyncCompletedEventArgs Constructor








The ISvgDocument object instance being used.
The Uri this asynchronous operation is using.
The Stream this asynchronous operation is using.
The file name this asynchronous operation is using.
Any error that occurred during the asynchronous operation.
A value indicating whether the asynchronous operation was canceled.
The optional user-supplied state object passed to the RasterCodecs.GetInformationAsync or RasterCodecs.LoadSvgAsync method that initialized the construction of this object.
Creates new instance of the CodecsLoadSvgAsyncCompletedEventArgs with the specified parameters.
Syntax
public CodecsLoadSvgAsyncCompletedEventArgs( 
   ISvgDocument document,
   Uri uri,
   Stream stream,
   string fileName,
   Exception error,
   bool cancelled,
   object userState
)
'Declaration
 
Public Function New( _
   ByVal document As 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 _
)
'Usage
 
Dim document As ISvgDocument
Dim uri As Uri
Dim stream As Stream
Dim fileName As String
Dim error As Exception
Dim cancelled As Boolean
Dim userState As Object
 
Dim instance As New CodecsLoadSvgAsyncCompletedEventArgs(document, uri, stream, fileName, error, cancelled, userState)
public CodecsLoadSvgAsyncCompletedEventArgs( 
   ISvgDocument document,
   Uri uri,
   Stream stream,
   string fileName,
   HResult error,
   bool cancelled,
   object userState
)
function CodecsLoadSvgAsyncCompletedEventArgs( 
   document ,
   uri ,
   stream ,
   fileName ,
   error ,
   cancelled ,
   userState 
)
public:
CodecsLoadSvgAsyncCompletedEventArgs( 
   ISvgDocument^ document,
   Uri^ uri,
   Stream^ stream,
   String^ fileName,
   Exception^ error,
   bool cancelled,
   Object^ userState
)

Parameters

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.
Example
For an example, refer to RasterCodecs.LoadSvgAsyncCompleted.
Requirements

Target Platforms

See Also

Reference

CodecsLoadSvgAsyncCompletedEventArgs Class
CodecsLoadSvgAsyncCompletedEventArgs Members

Error processing SSI file