THotPDF.SearchLoadedFirst

THotPDF

 

Top  Previous  Next

Searches for the first match of a string in a loaded page.

 

Delphi syntax:

function SearchLoadedFirst( PageIndex: Integer; const Needle: UnicodeString; CaseSensitive: boolean; out AMatch: THPDFTextMatch ): boolean;

 

Description

Searches for the first match of a string in a loaded page.

Returns the first occurrence of the search needle.

 

See also: THotPDF