Click or drag to resize

DustAndScratchRemovalCommandThreshold Property

Gets or sets the minimum detail intensity required to trigger removal.

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

Property Value

Type: Int32
The minimum detail intensity required to trigger removal. (0 to 255)
Exceptions
ExceptionCondition
Thrown if value is not between 0 and 255.
See Also