LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

UseRemoveObjectColor Property (IntelligentDownScaleCommand)

Show in webframe







Gets or sets the value that indicates whether to used the remove object color.
Syntax
public bool UseRemoveObjectColor {get; set;}
'Declaration
 
Public Property UseRemoveObjectColor As Boolean
'Usage
 
Dim instance As IntelligentDownScaleCommand
Dim value As Boolean
 
instance.UseRemoveObjectColor = value
 
value = instance.UseRemoveObjectColor
public bool UseRemoveObjectColor {get; set;}

            

            
 
get_UseRemoveObjectColor();
set_UseRemoveObjectColor(value);
Object.defineProperty('UseRemoveObjectColor');
public:
property bool UseRemoveObjectColor {
   bool get();
   void set (    bool value);
}

Property Value

true to use the remove object color specified in RemoveObjectColor property, otherwise it is false.
Example
Refer to IntelligentDownScaleCommand.
Requirements

Target Platforms

See Also

Reference

IntelligentDownScaleCommand Class
IntelligentDownScaleCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.