Gets or sets a value that indicates which pixels will be changed.
public int Threshold { get; set; }
Public Property Threshold As Integer
public int Threshold {get; set;}
<br/>get_Threshold();<br/>set_Threshold(value);<br/>Object.defineProperty('Threshold');
Threshold value that indicates which pixels will be changed. All pixels with a red component value greater than this value will be changed. Pixels with a red component value less than this value will not be changed. This value is between 0 and 255.
Refer to RemoveRedEyeCommand.
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