Click or drag to resize

ResampleDocumentCommandCutOff Property

Gets or sets the grayscale value which is the cutoff value for a black pixel when using AreaAverage.

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 CutOff { get; set; }

Property Value

Type: Int32
The grayscale value which is the cutoff value for a black pixel when using AreaAverage.
Exceptions
ExceptionCondition
Thrown if value is < 0.
See Also