|
THotPDF.FindLoadedOutlineByTitle
|
Top Previous Next |
|
Finds a loaded outline item by its title
Delphi syntax: function FindLoadedOutlineByTitle( const ATitle: AnsiString; out ADestinationPageIndex: Integer; PartialMatch: boolean= False; CaseSensitive: boolean= False ): boolean;
Description Finds a loaded outline item by its title Performs a search through the outline tree to find the matching title
See also: THotPDF |