LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
ProgressEventArgs Constructor
See Also 
Leadtools.Multimedia Namespace > ProgressEventArgs Class : ProgressEventArgs Constructor



val
For capture progress events, this value represents the capture time in seconds. For convert progress events, this value represents the percentage complete.
The ProgressEventArgs object is the event arguments object for the ProgressEventHandler. For more information, see ProgressEventHandler

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal val As Integer _
)
Visual Basic (Usage)Copy Code
Dim val As Integer
 
Dim instance As New ProgressEventArgs(val)
C# 
public ProgressEventArgs( 
   int val
)
C++/CLI 
public:
ProgressEventArgs( 
   int val
)

Parameters

val
For capture progress events, this value represents the capture time in seconds. For convert progress events, this value represents the percentage complete.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also