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; }
Public Property CutOff As Integer
Get
Set
Property Value
Type:
Int32 The grayscale value which is the cutoff value for a black pixel when using AreaAverage.
Exceptions Exception | Condition |
---|
| Thrown if value is < 0. |
See Also