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

# IEmptyPageDetectionOptions

> IEmptyPageDetectionOptions は、Scanning Station スクリプトでの空白ページ検出を調整します。カーネル矩形と、バーコード、黒い四角、テキスト、黒色率の上限を設定します。

<div id="what-it-does">
  ## 機能
</div>

空白ページの検出オプションを格納します。

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

| **名前**                 | **型**                                                                   | **アクセス**  | **説明**                                                             |
| ---------------------- | ----------------------------------------------------------------------- | --------- | ------------------------------------------------------------------ |
| KernelRect             | [IPageRect](/ja/flexi-capture/scanning-station/shared/scripts/pagerect) | 読み取り/書き込み | ページカーネルの相対矩形 (単位: twips) です。すべての寸法が "0" の場合、この矩形は自動的に定義されます。       |
| MaxBarcodesCount       | int                                                                     | 読み取り/書き込み | 空白ページ上に存在できるバーコードの最大数です。値が "-1" の場合、このプロパティは使用されません。               |
| MaxBlackSquaresCount   | int                                                                     | 読み取り/書き込み | 空白ページ上に存在できる黒い四角形の最大数です。値が "-1" の場合、このプロパティは使用されません。               |
| MaxTextObjectsCount    | int                                                                     | 読み取り/書き込み | 空白ページ上に存在できるテキストオブジェクトの最大数です。値が "-1" の場合、このプロパティは使用されません。          |
| MaxBlacknessPercentage | int                                                                     | 読み取り/書き込み | 空白ページ上に存在できる黒色領域の相対的な最大量 (パーセンテージ) です。値が "-1" の場合、このプロパティは使用されません。 |
