BorderParameters

BorderParameters

Barcode image border parameters

Constructor

new BorderParameters()

Source:

Methods

getColor()

Border color.
Default value: #000000
Source:

getDashStyle()

Border dash style.
Default value: BorderDashStyle.SOLID.
Source:

getVisible()

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

getWidth()

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

setColor()

Border color.
Default value: #000000
Source:

setDashStyle()

Border dash style.
Default value: BorderDashStyle.SOLID.
Source:

setVisible()

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

setWidth()

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

toString()

Returns a human-readable string representation of this BorderParameters.
Returns:
Type Description
A string that represents this BorderParameters.
Source: