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

The following tables list the members exposed by ProgressEventArgs.

Public Constructors

 NameDescription
public Constructor ProgressEventArgs ConstructorThe ProgressEventArgs object is the event arguments object for the ProgressEventHandler. For more information, see ProgressEventHandler  
Top

Public Properties

 NameDescription
public Property percentThe percentage complete for convert progress notifications.  
public Property timeThe time elapsed for capture progress notifications.  
Top

See Also