Click or drag to resize

BatchImageProCreateBatchProcessor Method (Int32)

Creates BatchProcessor instance.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
public static BatchProcessor CreateBatchProcessor(
	int failErrorCount
)

Parameters

failErrorCount
Type: SystemInt32
Number of errors after which instance stops processing images. A value of zero (0) means continue without failing.

Return Value

Type: BatchProcessor
BatchProcessor instance.
See Also