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

> IScriptFoundBarcode describes a barcode detected on a page in Scanning Station scripts, including its rectangle, value, type, and orientation.

## What it does

Represents a found barcode.

## Properties

| **Name**    | **Type**                                                             | **Access** | **Description**                                                                                                                                                                                                                                                                                                                                                              |
| ----------- | -------------------------------------------------------------------- | ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Rect        | [IPageRect](/flexi-capture/scanning-station/shared/scripts/pagerect) | Read-only  | A rectangle of the barcode area on the page.                                                                                                                                                                                                                                                                                                                                 |
| Value       | string                                                               | Read-only  | A value of the found barcode.                                                                                                                                                                                                                                                                                                                                                |
| Type        | string                                                               | Read-only  | The barcode type. Addmissible values: "Code39", "CheckCode39", "Interleaved25", "CheckInterleaved25", "EAN13", "Code128", "EAN8", "PDF417", "Codabar", "CheckCodabar", "UPCA", "UPCE", "Industrial25", "IATA25", "Matrix25", "Code93", "Postnet", "UCC128", "Patch", "Code39WithoutAsterisk", "Aztec", "Datamatrix", "QRCode". Strings are not sensitive to the letter case. |
| Orientation | string                                                               | Read-only  | The orientation of the barcode. Addmissible values: "LeftToRight", "DownToTop", "RightToLeft", "TopToDown". Strings are not sensitive to the letter case.                                                                                                                                                                                                                    |
