Click or drag to resize

BatchProcessor Methods

The BatchProcessor type exposes the following members.

Methods
  NameDescription
Public methodCancel
Cancels the current batch process.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodForEachImage
Loads images (jpg, png and bmp) from basePath (and sub directories), applies processImgFunc() to image, and writes new image to destBasePath with destSuffix appended to the file name.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStartWorkFlow(IEnumerableString, String, FuncLoadImageArgs, IBitmapImage, FuncProcessImageArgs, IBitmapImage, ActionStoreImageArgs)
Starts a three step workflow for loading, processing and storing images
Public methodStartWorkFlow(IEnumerableString, String, String, FuncLoadImageArgs, IBitmapImage, FuncProcessImageArgs, IBitmapImage, ActionStoreImageArgs)
Starts a three step workflow for loading, processing and storing images
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also