Click or drag to resize

DocumentThinningCommandMaxIterations Property

Gets or sets the maximum number of iterations to use when processing the image.

Namespace:  Atalasoft.Imaging.ImageProcessing.Document
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int MaxIterations { get; set; }

Property Value

Type: Int32
The maximum number of iterations to use when processing the image.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown if the value is less than 1.
See Also