←Select platform

CodecsGetInformationAsyncCompletedEventArgs Constructor

Summary

Creates a new instance of the CodecsGetInformationAsyncCompletedEventArgs with the specified parameters.

Syntax

C#
VB
Java
C++
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 
) 

Parameters

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.

Example

For an example, refer to RasterCodecs.GetInformationAsyncCompleted.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly