BorderParameters

BorderParameters class

Module: aspose_barcode.generation.border_parameters

Barcode image border parameters.

Constructors

NameDescription
init

Methods

NameReturn TypeStaticDescription
strstrNoReturns a human-readable string representation of this BorderParameters instance.

Properties

NameTypeDescription
colorTuple[int, int, int]Border color, representation of an RGB tuple. Default value: 0
dash_styleBorderDashStyleBorder dash style. Default value: BorderDashStyle.SOLID.
visibleboolBorder visibility. If false, the Width parameter is always ignored (0). Default value: false.
widthUnitBorder width. Default value: 0. Ignored if Visible is set to false.