C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the attenuation factor needed to remove background from an image.
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)
}
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.
Refer toBackGroundRemovalCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET