Gets or sets a value that represents the color of the area to be preserved. To be preserved, the color has to be different than colors in image.
public RasterColor PreserveObjectColor { get; set; }
Public Property PreserveObjectColor As Leadtools.RasterColor
public Leadtools.RasterColor PreserveObjectColor {get; set;}
get_PreserveObjectColor();
set_PreserveObjectColor(value);
Object.defineProperty('PreserveObjectColor');
public:
property Leadtools.RasterColor PreserveObjectColor {
Leadtools.RasterColor get();
void set ( Leadtools.RasterColor );
}
RasterColor value that specifies color of the area in the mask image. To be removed the color has to be different than the rest of the image colors. If no remove color exist, then pass null.
Refer to IntelligentDownScaleCommand.
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