Contains options for a find text operation.
function lt.Document.Viewer.DocumentViewerFindText
class lt.Document.Viewer.DocumentViewerFindText()
DocumentViewerFindText contains properties to indicate the bounds, content, and other options to use for DocumentViewerText.Find. The options in DocumentViewerFindText are useful for conducting multi-result find text operations with control over character bounds, case matching, result highlighting, and more.
As discussed below, DocumentViewerFindText used to search for only one result at a time and internally hold the last result, so that reuse of the same instance would search starting from that last result. From 19.0.0.49
on, DocumentViewerFindText now holds no internal state and always relies on the values of BeginPosition and Start for the initial search location.
Refer to DocumentViewerText.Find for more information.
History
This class no longer holds internal state for previous searches, and some properties have been added/removed. Refer to DocumentViewerText.Find for more information.
Changed Property | Summary of Change |
---|---|
AutoEnsureVisible | Removed - Replaced by SelectFirstResult |
AutoSelect | Removed - Replaced by SelectFirstResult |
GoToNextPage | Removed - Replaced by BeginPosition and EndPosition |
PageNumber | Removed - Replaced by BeginPosition and EndPosition |
Recursive | Removed - Replaced by Loop |
BeginPosition | Added |
EndPosition | Added |
FindAll | Added |
Loop | Added |
RenderResults | Added |
SelectFirstResult | Added |
Start | Added |
ManualStartPosition | Added |
Data | Added |
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