Passer au contenu principal

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.

Les constantes d’énumération BlockLayerTypeEnum permettent de décrire les calques auxquels appartiennent les blocs. Les blocs peuvent se superposer ; par exemple, un bloc de texte peut recouvrir un bloc d’image en arrière-plan.
typedef enum {
 BLT_Background,
 BLT_Foreground,
 BLT_Hidden
} BlockLayerTypeEnum;

Éléments

NomDescription
BLT_BackgroundLe bloc fait partie de l’arrière-plan de la page.
BLT_ForegroundLe bloc se trouve au premier plan de la page.
BLT_HiddenLe bloc est masqué. De tels blocs apparaissent dans la mise en page si la propriété IPageAnalysisParams::DetectTextOnPictures a été définie sur TRUE pendant la reconnaissance et si du texte a été détecté dans une image.

Utilisé dans

IBlock::BlockLayerType RasterPictureBlock::SetBlockLayerType VectorPictureBlock::SetBlockLayerType