|
THotPDF.GetLoadedPageTextInRegion
|
Top Previous Next |
|
지정된 영역 내에 있는 텍스트를 추출합니다
Delphi syntax: function GetLoadedPageTextInRegion( PageIndex: Integer; X1, Y1, X2, Y2: Double; out AText: UnicodeString ): boolean;
Description 지정된 영역 내에 있는 텍스트를 추출합니다 페이지의 경계 상자(bounding box)에서 텍스트 추출을 허용합니다
See also: THotPDF |