BorderParameters Class

Barcode image border parameters
Inheritance Hierarchy
SystemObject
  Aspose.BarCode.GenerationBorderParameters

Namespace:  Aspose.BarCode.Generation
Assembly:  Aspose.BarCode (in Aspose.BarCode.dll) Version: 20.11.0
Syntax
public class BorderParameters

The BorderParameters type exposes the following members.

Properties
  NameDescription
Public propertyColor
Border color. Default value: Color.Black.
Public propertyDashStyle
Border dash style. Default value: BorderDashStyle.Solid.
Public propertyVisible
Border visibility. If false than parameter Width is always ignored (0). Default value: false.
Public propertyWidth
Border width. Default value: 0. Ignored if Visible is set to false.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a human-readable string representation of this BorderParameters.
(Overrides ObjectToString.)
See Also