# XWUIBarcodeLinear

Generic 1D linear barcode - generic fallback.

## Basic Usage

Encode a generic code.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Encode a generic code.
```

## Custom Colors And Bar Size

Brand the retail barcode with a custom color, background, bar width and height.

```example
file: examples/Styled.ts
html: examples/Styled.html
title: Custom Colors And Bar Size
description: Brand the retail barcode with a custom color, background, bar width and height.
```

## Hide Human-Readable Text

Render the bars only by setting `displayValue: false`.

```example
file: examples/NoHumanText.ts
html: examples/NoHumanText.html
title: Hide Human-Readable Text
description: Render the bars only by setting `displayValue: false`.
```

```api
```
