Gets or sets the radius (in pixels) of the ball that will roll over the entire image to determine the background.
public int RollingBall { get; set; }
Public Property RollingBall As Integer
public int RollingBall {get; set;}
@property (nonatomic, assign) NSUInteger rollingBall
public int getRollingBall()
public void setRollingBall(int value)
<br/>get_RollingBall();<br/>set_RollingBall(value);<br/>Object.defineProperty('RollingBall');
The radius (in pixels) of the ball that will roll over the entire image to determine the background. Recommended value is 50. This property accepts only positive values.
Refer to SubtractBackgroundCommand.
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