Class BorderParameters

Class BorderParameters

Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.2.0)

Barcode image border parameters

[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.BorderParameters")]
public class BorderParameters

Inheritance

objectBorderParameters

Inherited Members

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

Properties

Color

Border color. Default value: Color.Black.

[XmlSerialization(Type = XmlSerializationType.Element)]
public Color Color { get; set; }

Property Value

Color

DashStyle

Border dash style. Default value: BorderDashStyle.Solid.

[XmlSerialization(Type = XmlSerializationType.Element)]
public BorderDashStyle DashStyle { get; set; }

Property Value

BorderDashStyle

Visible

Border visibility. If false than parameter Width is always ignored (0). Default value: false.

[XmlSerialization(Type = XmlSerializationType.Element)]
public bool Visible { get; set; }

Property Value

bool

Width

Border width. Default value: 0. Ignored if Visible is set to false.

[XmlSerialization(Type = XmlSerializationType.Element, Name = "Width")]
public Unit Width { get; set; }

Property Value

Unit

Methods

ToString()

Returns a human-readable string representation of this Aspose.BarCode.Generation.BorderParameters.

public override string ToString()

Returns

string

A string that represents this Aspose.BarCode.Generation.BorderParameters.

 English