LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

RemoveObjectColor Property (IntelligentDownScaleCommand)






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. .NET support WinRT support
Syntax
public RasterColor RemoveObjectColor {get; set;}
'Declaration
 
Public Property RemoveObjectColor As RasterColor
'Usage
 
Dim instance As IntelligentDownScaleCommand
Dim value As RasterColor
 
instance.RemoveObjectColor = value
 
value = instance.RemoveObjectColor
public RasterColor RemoveObjectColor {get; set;}
 get_RemoveObjectColor();
set_RemoveObjectColor(value);
public:
property RasterColor RemoveObjectColor {
   RasterColor get();
   void set (    RasterColor value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IntelligentDownScaleCommand Class
IntelligentDownScaleCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.