←Select platform

BGRemovalFactor Property

Summary

Gets or sets the attenuation factor needed to remove background from an image.

Syntax
C#
VB
Objective-C
C++
Java
public int BGRemovalFactor { get; set; } 
Public Property BGRemovalFactor As Integer 
@property (nonatomic, assign) NSUInteger BGRemovalFactor 
public int getBGRemovalFactor() 
public void setBGRemovalFactor(int value) 
c+ + [C++ Syntax] 
public: 
	property int BGRemovalFactor { 
		int get(); 
		void set(int __); 
	} 
public:  
   property Int32 BGRemovalFactor 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

The value that determines the amount of background removal.

Remarks

Recommended value is 800.

This property accepts only positive values within the range from 0 to 1000.

Example

Refer toBackGroundRemovalCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly