跳轉到主要內容
BlockLayerTypeEnum 列舉常數用於描述 Block 所屬的圖層。Blocks 之間可能會相互重疊;例如,文字 Block 可能疊加在背景圖片 Block 之上。
typedef enum {
 BLT_Background,
 BLT_Foreground,
 BLT_Hidden
} BlockLayerTypeEnum;

元素

名稱說明
BLT_Background此 Block 屬於頁面的背景。
BLT_Foreground此 Block 位於頁面的前景。
BLT_Hidden此 Block 為隱藏狀態。若在識別期間將 IPageAnalysisParams::DetectTextOnPictures 屬性設為 TRUE,且在圖片上找到文字,這類 Block 就會出現在版面配置中。

用於

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