Gets or sets the attenuation factor needed to remove background from an image.
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)
}
The value that determines the amount of background removal.
Recommended value is 800.
This property accepts only positive values within the range from 0 to 1000.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document