New to Kendo UI for AngularStart a free 30-day trial

BarcodeOptions

Represents the Barcode options.

NameTypeDefaultDescription

background?

string

"white"

Sets the background color of the Barcode. Accepts a valid CSS color string, including hex and rgb.

border?

Border

Sets the border of the Barcode.

checksum?

boolean

true

Shows the checksum digit next to the value in the text area.

color?

string

"black"

Sets the color of the Barcode. Accepts a valid CSS color string, including hex and rgb.

height?

number

100

Sets the height of the Barcode in pixels.

padding?

number | Padding

0

Sets the padding of the Barcode. A numeric value sets all paddings.

renderAs?

RenderMode

"svg"

Sets the preferred rendering mode of the Barcode.

text?

BarcodeText

Configures the Barcode text label.

type

BarcodeType

"Code39"

Sets the symbology (encoding) the Barcode uses.

value

string | number

Sets the value of the Barcode.

width?

number

300

Sets the width of the Barcode in pixels.

Not finding the help you need?
Contact Support