> ## 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 は、Scanning Station のスクリプトでページ上に検出されたバーコードを表し、その Rectangle、値、型、向きなどの情報を含みます。

<div id="what-it-does">
  ## 概要
</div>

検出されたバーコードを表します。

<div id="properties">
  ## プロパティ
</div>

| **名前**      | **型**                                                                   | **アクセス** | **説明**                                                                                                                                                                                                                                                                                                                        |
| ----------- | ----------------------------------------------------------------------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Rect        | [IPageRect](/ja/flexi-capture/scanning-station/shared/scripts/pagerect) | 読み取り専用   | ページ上のバーコード領域を表すRectangle。                                                                                                                                                                                                                                                                                                     |
| Value       | string                                                                  | 読み取り専用   | 検出されたバーコードの値。                                                                                                                                                                                                                                                                                                                 |
| Type        | string                                                                  | 読み取り専用   | バーコード種別。指定可能な値: "Code39", "CheckCode39", "Interleaved25", "CheckInterleaved25", "EAN13", "Code128", "EAN8", "PDF417", "Codabar", "CheckCodabar", "UPCA", "UPCE", "Industrial25", "IATA25", "Matrix25", "Code93", "Postnet", "UCC128", "Patch", "Code39WithoutAsterisk", "Aztec", "Datamatrix", "QRCode"。文字列では大文字と小文字は区別されません。 |
| Orientation | string                                                                  | 読み取り専用   | バーコードの向き。指定可能な値: "LeftToRight", "DownToTop", "RightToLeft", "TopToDown"。文字列では大文字と小文字は区別されません。                                                                                                                                                                                                                                 |
