Click or drag to resize

ProcessImageArgs Class

BatchProcessor workflow image process arguments.
Inheritance Hierarchy
SystemObject
  CohesiveComputing.ImagingProcessImageArgs

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

The ProcessImageArgs type exposes the following members.

Properties
  NameDescription
Public propertyFileInfo
Gets the image file information.
Public propertyImage
Gets the source image.
Public propertyImagePropertyFiles
Gets the user defined 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 methodToString
Returns the string representation of the current instance.
(Overrides ObjectToString.)
Top
See Also