Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace : DocumentViewerFindText Class |
public class DocumentViewerFindText
'Declaration
Public Class DocumentViewerFindText
'Usage
Dim instance As DocumentViewerFindText
public ref class DocumentViewerFindText
DocumentViewerFindText contains the data for a find text operation such as the text found, the page number of the text and the options used. It also contains internal data used by the document viewer to perform "find next" and "find previous" operations and to stop search form cycling past the first ever match.
Refer to Find for more information.
Refer to Find for an example.