Class RemoveBackgroundSettings

Class RemoveBackgroundSettings

Namespace: Aspose.Imaging
Assembly: Aspose.Imaging.dll (25.2.0)

The remve background settings

public class RemoveBackgroundSettings

Inheritance

objectRemoveBackgroundSettings

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

RemoveBackgroundSettings()

public RemoveBackgroundSettings()

Properties

Bounds

Gets or sets the bounds.

public RectangleF? Bounds { get; set; }

Property Value

RectangleF?

Color1

Gets or sets the color.

public Color? Color1 { get; set; }

Property Value

Color?

Color2

Gets or sets the color2.

public Color? Color2 { get; set; }

Property Value

Color?

DetectionLevel

Gets or sets the detection level.

public int? DetectionLevel { get; set; }

Property Value

int?