Click or drag to resize

ProgressArgs Class

BatchProcessor Progress event arguments.
Inheritance Hierarchy
SystemObject
  CohesiveComputing.ImagingProgressArgs

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
public sealed class ProgressArgs

The ProgressArgs type exposes the following members.

Properties
  NameDescription
Public propertyFileInfo
Gets the image file information.
Public propertyImagePropertyFiles
Gets the image property files.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetFileInfo
Sets FileInfo property.
Public methodToString
Returns the string representation of the current instance.
(Overrides ObjectToString.)
Top
See Also