The last DocumentViewerFindText options object used in a completed Find.
Object.defineProperty(DocumentViewerText.prototype, 'lastFindText',
get: function()
)
lastFindText: DocumentViewerFindText; // read-only
A copy of the last DocumentViewerFindText object passed to Find, or null under certain conditions.
After the completion of a Find operation, a copy (made with DocumentViewerFindText.Clone) of the options passed will be saved to LastFindText. Each access of LastFindText will return a clone of the saved options. The value can be cleared with ClearLastFindText.
If Find has not been called on this DocumentViewerText or if ClearLastFindText has been called, LastFindText will be null.
This property is useful for re-using options to search through the same bounds with the same options with minimal setup for Find.
Refer to Find for more information.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document