Click or drag to resize

LoadImageArgs Class

BatchProcessor workflow image load arguments.
Inheritance Hierarchy
SystemObject
  CohesiveComputing.ImagingLoadImageArgs

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

The LoadImageArgs type exposes the following members.

Properties
  NameDescription
Public propertyFileInfo
Gets the image file information.
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