> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IScriptFoundBarcode

> A barcode detected on a page — exposes its rectangle, value, type, and orientation.

## What it does

Represents a found barcode.

## Properties

| Name          | Type                                                                   | Access    | Description                                                   |
| :------------ | :--------------------------------------------------------------------- | :-------- | :------------------------------------------------------------ |
| `Rect`        | [IPageRect](/vantage/documentation/scanning-station/admin/i-page-rect) | Read-only | Rectangle of the barcode area on the page.                    |
| `Value`       | `string`                                                               | Read-only | Value of the found barcode.                                   |
| `Type`        | `string`                                                               | Read-only | Barcode type. See [Barcode types](#barcode-types) below.      |
| `Orientation` | `string`                                                               | Read-only | Barcode orientation. See [Orientations](#orientations) below. |

## Barcode types

Values are case-insensitive.

* `Code39`
* `CheckCode39`
* `Interleaved25`
* `CheckInterleaved25`
* `EAN13`
* `Code128`
* `EAN8`
* `PDF417`
* `Codabar`
* `CheckCodabar`
* `UPCA`
* `UPCE`
* `Industrial25`
* `IATA25`
* `Matrix25`
* `Code93`
* `Postnet`
* `UCC128`
* `Patch`
* `Code39WithoutAsterisk`
* `Aztec`
* `Datamatrix`
* `QRCode`

## Orientations

Values are case-insensitive.

* `LeftToRight`
* `DownToTop`
* `RightToLeft`
* `TopToDown`

## Related topics

* [IScriptFoundBarcodes](/vantage/documentation/scanning-station/admin/i-script-found-barcodes)
* [IBarcodeFindingOptions](/vantage/documentation/scanning-station/admin/i-barcode-finding-options)
* [IPageRect](/vantage/documentation/scanning-station/admin/i-page-rect)
* [Supported barcode types](/vantage/documentation/scanning-station/appendix/supported-barcode-types)
* [Objects available from event scripts](/vantage/documentation/scanning-station/admin/available-objects)
