public class RemoveBackgroundSettings extends Object
The remove background settings
| Constructor and Description |
|---|
RemoveBackgroundSettings() |
| Modifier and Type | Method and Description |
|---|---|
RectangleF |
getBounds()
Gets the bounds.
|
Color |
getColor1()
Gets the color.
|
Color |
getColor2()
Gets the color2.
|
Integer |
getDetectionLevel()
Gets the detection level.
|
void |
setBounds(RectangleF value)
Sets the bounds.
|
void |
setColor1(Color value)
Sets the color.
|
void |
setColor2(Color value)
Sets the color2.
|
void |
setDetectionLevel(Integer value)
Sets the detection level.
|
public final Integer getDetectionLevel()
Gets the detection level.
Value: The detection level.public final void setDetectionLevel(Integer value)
Sets the detection level.
Value: The detection level.value - the detection level.public final RectangleF getBounds()
Gets the bounds.
Value: The bounds.public final void setBounds(RectangleF value)
Sets the bounds.
Value: The bounds.value - the bounds.public final Color getColor1()
Gets the color.
Value: The color.public final void setColor1(Color value)
Sets the color.
Value: The color.value - the color.public final Color getColor2()
Gets the color2.
Value: The color2.public final void setColor2(Color value)
Sets the color2.
Value: The color2.value - the color2.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.