|
THotPDF.GetLoadedPageTextInRegion
|
Top Previous Next |
|
Extracts text located within a specified region
Delphi syntax: function GetLoadedPageTextInRegion( PageIndex: Integer; X1, Y1, X2, Y2: Double; out AText: UnicodeString ): boolean;
Description Extracts text located within a specified region Allows text extraction from a bounding box on the page
See also: THotPDF |