# XWUIBarcodeCode93

Code 93 1D barcode - denser successor to Code 39.

## Basic Usage

Encode an alphanumeric tag.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Encode an alphanumeric tag.
```

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

Bars only, no caption.

```example
file: examples/NoHumanText.ts
html: examples/NoHumanText.html
title: Hide Human-Readable Text
description: Bars only, no caption.
```

```api
```
