←Select platform

BGRemovalFactor Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int BGRemovalFactor { get; set; } 
Public Property BGRemovalFactor As Integer 
public int BGRemovalFactor{ get; set; } 
@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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly