A callback used when a DocumentViewerText.Find operation completes.
function lt.Documents.UI.DocumentViewerFindTextResultsHandler(results)
interface lt.Documents.UI.DocumentViewerFindTextResultsHandler {
(results: DocumentViewerMultiLineTextItem[]): void;
}
results
The results of the DocumentViewerText.Find, as an array of DocumentViewerMultiLineTextItem. The array will be null if no results are found.
DocumentViewerFindTextResultsHandler is a callback type used as a parameter to DocumentViewerText.Find, which is asynchronous. The callback is run when the text search operation completes. The first argument to the callback will be the array of results, or null if no results were found.
History
See DocumentViewerText.Find for an example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET