←Select platform

UseRemoveObjectColor Property

Summary

Gets or sets the value that indicates whether to used the remove object color.

Syntax

C#
VB
WinRT C#
C++
public bool UseRemoveObjectColor { get; set; } 
  
Public Property UseRemoveObjectColor As Boolean 
public bool UseRemoveObjectColor {get; set;} 
  
get_UseRemoveObjectColor(); 
set_UseRemoveObjectColor(value); 
Object.defineProperty('UseRemoveObjectColor');  
public: 
property bool UseRemoveObjectColor { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

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

Example

Refer to IntelligentDownScaleCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly