Click or drag to resize

BatchImagePro Class

Singleton class for BatchImagePro. Use this to set a licence file and instantiate a BatchProcessor class.
Inheritance Hierarchy
SystemObject
  CohesiveComputing.ImagingBatchImagePro

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

The BatchImagePro type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberMaxThreads
Gets or sets the maximum number of threads used for processing images.
Top
Methods
  NameDescription
Public methodStatic memberCreateBatchProcessor
Creates BatchProcessor instance with default fail error count of 1.
Public methodStatic memberCreateBatchProcessor(Int32)
Creates BatchProcessor instance.
Public methodStatic memberSetLicence
Sets the licence using current directory and default licence file name.
Public methodStatic memberSetLicence(Stream)
Sets the licence using a stream.
Public methodStatic memberSetLicence(String)
Sets the licence using specified licence file path.
Top
See Also