This method is implemented in FRE for Linux and Windows.
The BatchProcessor object cannot be reused. Repeated calls to the Start method will cause errors.
Syntax
C++
C#
Visual Basic .NET
Parameters
ImageSource [in] Specifies the image source which should be used with the processor. The variable refers to the object which implements the IImageSource interface. ProcessingCallback [in] Refers to the IAsyncProcessingCallback interface of the user-implemented object which is used to manage processing. This parameter may be 0.The callback will be used only with image files. If you add the images via the IImageSource::GetNextImageDocument method, you will not be able to manage the work of the BatchProcessor object with this interface.
If you work with ImageDocument these parameters will be reset to default.
