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
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
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
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
Methods
ToString()
Returns a human-readable string representation of this Aspose.BarCode.Generation.BorderParameters.
public override string ToString()
Returns
A string that represents this Aspose.BarCode.Generation.BorderParameters.