←Select platform

RemoveObjectColor Property (IntelligentDownScaleCommand)

Summary

Gets or sets a value that represents the color of the area to be removed, to be removed and it has to be different than colors in image.

Syntax

C#
VB
WinRT C#
C++
public Leadtools.RasterColor RemoveObjectColor {get; set;}
Public Property RemoveObjectColor As Leadtools.RasterColor
public Leadtools.RasterColor RemoveObjectColor {get; set;}
get_RemoveObjectColor(); 
set_RemoveObjectColor(value); 
Object.defineProperty('RemoveObjectColor'); 
public: 
property Leadtools.RasterColor RemoveObjectColor { 
   Leadtools.RasterColor get(); 
   void set (    Leadtools.RasterColor ); 
} 

Property Value

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.

Example

Refer to IntelligentDownScaleCommand.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.SpecialEffects Assembly
Click or drag to resize