Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

UseRemoveObjectColor Property (IntelligentUpScaleCommand)








Gets or sets the value that indicates whether to use the remove object color.
Syntax
public bool UseRemoveObjectColor {get; set;}
'Declaration
 
Public Property UseRemoveObjectColor As Boolean
'Usage
 
Dim instance As IntelligentUpScaleCommand
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 IntelligentUpScaleCommand.
Requirements

Target Platforms

See Also

Reference

IntelligentUpScaleCommand Class
IntelligentUpScaleCommand Members

Error processing SSI file