Gets or sets a value that indicates the threshold for modifying the original value of the pixel.
public int Threshold { get; set; }
Public Property Threshold As Integer
public int Threshold {get; set;}
@property (nonatomic, assign) NSInteger threshold
public int getThreshold()
public void setThreshold(int value)
<br/>get_Threshold();<br/>set_Threshold(value);<br/>Object.defineProperty('Threshold');
Value that indicates the threshold for modifying the original value of the pixel. If the difference in the original pixel value and the blurred pixel value is greater than the threshold value, the original pixel value will be modified.
Refer to UnsharpMaskCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET