←Select platform

UseRemoveObjectColor Property

Summary

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

Syntax
C#
VB
C++
public bool UseRemoveObjectColor { get; set; } 
  
Public Property UseRemoveObjectColor As Boolean 
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 IntelligentUpScaleCommand.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly