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; }
Public Property MaxIterations As Integer
Get
Set
Property Value
Type:
Int32 The maximum number of iterations to use when processing the image.
Exceptions Exception | Condition |
---|
ArgumentOutOfRangeException | Thrown if the value is less than 1. |
See Also