Click or drag to resize

StoreImageArgs Class

BatchProcessor workflow image store arguments.
Inheritance Hierarchy
SystemObject
  CohesiveComputing.ImagingStoreImageArgs

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

The StoreImageArgs type exposes the following members.

Properties
  NameDescription
Public propertyFileInfo
Gets the image file information.
Public propertyImagePropertyFiles
Gets the user defined image property files.
Public propertyOriginalImage
Gets the source image.
Public propertyProcessedImage
Gets the proecssed image.
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