跳转到主要内容
BlockLayerTypeEnum 枚举常量用于描述 块 所属的层。块 之间可能会相互叠加,例如,文本 块 可以叠加在背景图片 块 之上。
typedef enum {
 BLT_Background,
 BLT_Foreground,
 BLT_Hidden
} BlockLayerTypeEnum;

元素

名称描述
BLT_Background该块属于页面背景。
BLT_Foreground该块位于页面前景。
BLT_Hidden该块处于隐藏状态。如果在识别期间将 IPageAnalysisParams::DetectTextOnPictures 属性设置为 TRUE,并且在图片上检测到了文本,则此类块会出现在版面中。

在以下项中使用

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