THotPDF.GetLoadedPageTextInRegion

THotPDF

 

Top  Previous  Next

指定された領域内にあるテキストを抽出します

 

Delphi syntax:

function GetLoadedPageTextInRegion( PageIndex: Integer; X1, Y1, X2, Y2: Double; out AText: UnicodeString ): boolean;

 

Description

指定された領域内にあるテキストを抽出します

ページ上のバウンディングボックスからテキストを抽出できます

 

See also: THotPDF