C#
VB
WinRT C#
C++
Gets or sets the new color value used to replace the red color in the eyes.
public RasterColor NewColor { get; set; }
Public Property NewColor As Leadtools.RasterColor
public Leadtools.RasterColor NewColor {get; set;}
<br/>get_NewColor();<br/>set_NewColor(value);<br/>Object.defineProperty('NewColor');
public:
property Leadtools.RasterColor NewColor {
Leadtools.RasterColor get();
void set ( Leadtools.RasterColor );
}
The new color value used to replace the red color in the eyes.
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