Class ImageFilterCollection
A collection of image filters for image pre-processing.
Inheritance
System.Object
ImageFilterCollection
Namespace: IronBarCode
Assembly: IronBarCode.dll
Syntax
public class ImageFilterCollection : List<IImageFilter>
Constructors
ImageFilterCollection()
Initializes a new instance of the ImageFilterCollection class.
Declaration
public ImageFilterCollection()
ImageFilterCollection(Boolean)
Initializes a new instance of the ImageFilterCollection class with a SaveAtEachIteration toggle.
Declaration
public ImageFilterCollection(bool cacheAtEachIteration)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | cacheAtEachIteration |
Properties
CacheAtEachIteration
Cache the image with the filters applied in each iteration of the filter applying. Default = false.
Declaration
public bool CacheAtEachIteration { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |