跳轉到主要內容
由 Page( Int PageNumber ) 函式傳回的型別。

方法

MethodDescription
Distance AverageLineHeight()頁面上的平均行高。
Distance AverageInterlineInterval()頁面上的平均行距。
Area ObjectsAreaLocal( Rect localRect, ImageObjectType )頁面上,指定類型且位於指定矩形內之物件的總面積。該矩形使用區域座標。
Area ObjectsIntersectionAreaLocal( Rect localRect, ImageObjectType )頁面上,指定類型且位於指定矩形內之物件面積,加上與該矩形相交之物件交集面積的總和。該矩形使用區域座標。
Area ObjectsAreaGlobal( Rect globalRect, ImageObjectType )頁面上,指定類型且位於指定矩形內之物件的總面積。該矩形使用全域座標。
Area ObjectsIntersectionAreaGlobal( Rect globalRect, ImageObjectType )頁面上,指定類型且位於指定矩形內之物件面積,加上與該矩形相交之物件交集面積的總和。該矩形使用全域座標。
Rect RectLocal()以區域座標表示的整張影像矩形。
Rect RectGlobal()以全域座標表示的整張影像矩形。
Rect IntersectWith( Rect )傳回頁面與指定矩形在全域座標中的交集矩形。
Region IntersectWith( Region )傳回頁面與指定區域在全域座標中的交集區域。