Click or drag to resize

ImageFileInfo Class

File information for the current image.
Inheritance Hierarchy
SystemObject
  CohesiveComputing.ImagingImageFileInfo

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

The ImageFileInfo type exposes the following members.

Constructors
  NameDescription
Public methodImageFileInfo
Creates instance of ImageFileInfo.
Top
Properties
  NameDescription
Public propertyBasePath
Gets the base path of the file.
Public propertyFileExt
Gets the file extension.
Public propertyFilename
Gets the filename without the extension.
Public propertyFileNumber
Gets the current file index number of the total files.
Public propertyFullPath
Gets the full file path.
Public propertySubDir
Gets the sub directory under the base path of the file.
Public propertyTotalFiles
Gets the total number of files to be processed.
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