# XWUIBarcodeITF

Interleaved 2 of 5 (ITF) - dense numeric-only 1D barcode.

## Basic Usage

Encode a numeric ID.

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

## Custom Colors And Bar Size

Custom color, background and bar dimensions.

```example
file: examples/Styled.ts
html: examples/Styled.html
title: Custom Colors And Bar Size
description: Custom color, background and bar dimensions.
```

## 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
```
