←Select platform

CodecsLoadSvgAsyncCompletedEventArgs Constructor

Summary

Creates new instance of the CodecsLoadSvgAsyncCompletedEventArgs with the specified parameters.

Syntax
C#
VB
C++
public CodecsLoadSvgAsyncCompletedEventArgs( 
   ISvgDocument document, 
   Uri uri, 
   Stream stream, 
   string fileName, 
   Exception error, 
   bool cancelled, 
   object userState 
) 
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 _ 
) 
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.LoadSvgAsync method that initialized the construction of this object.

Remarks

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.

Example

For an example, refer to RasterCodecs.LoadSvgAsyncCompleted.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly