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

# BlockLayerTypeEnum

> ABBYY FineReader Engine API における BlockLayerTypeEnum — ページブロックが属するレイヤー（背景、前景など）。重なり合うブロックをサポートします。

BlockLayerTypeEnum の列挙定数は、ブロックが属するレイヤーを表すために使用されます。ブロックは重なり合う場合があり、たとえばテキストブロックが背景画像ブロックの上に配置されることがあります。

```
typedef enum {
 BLT_Background,
 BLT_Foreground,
 BLT_Hidden
} BlockLayerTypeEnum;
```

<div id="elements">
  ## 要素
</div>

| Name            | Description                                                                                                                                                                                                                                                                         |
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| BLT\_Background | このブロックはページの背景に属します。                                                                                                                                                                                                                                                                 |
| BLT\_Foreground | このブロックはページの前景にあります。                                                                                                                                                                                                                                                                 |
| BLT\_Hidden     | このブロックは非表示です。[IPageAnalysisParams::DetectTextOnPictures](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/pageanalysisparams#detecttextonpictures) プロパティが認識時に TRUE に設定され、画像上でテキストが検出された場合、このようなブロックがレイアウトに表示されます。 |

<div id="used-in">
  ## 使用箇所
</div>

[IBlock::BlockLayerType](/ja/fine-reader/engine/api-reference/layout-related-objects/block#blocklayertype)

[RasterPictureBlock::SetBlockLayerType](/ja/fine-reader/engine/api-reference/layout-related-objects/vectorpictureblock/setblocklayertype-method)

[VectorPictureBlock::SetBlockLayerType](/ja/fine-reader/engine/api-reference/layout-related-objects/vectorpictureblock/setblocklayertype-method)
