![]() |
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 > DocumentViewer Class : Text Property |
public DocumentViewerText Text {get;}
'Declaration
Public ReadOnly Property Text As DocumentViewerText
'Usage
Dim instance As DocumentViewer Dim value As DocumentViewerText value = instance.Text
public: property DocumentViewerText^ Text { DocumentViewerText^ get(); }
This class manages the text operations of the current Document set in the document viewer. The text is treated as a read-only option and cannot be changed. The operations that can be performed includes selecting characters, words or lines using the mouse or touch, highlighting the selected text of the pages, performing free text search in the document using "find", "find next" and "find previous" and exporting the text as a simple string or to the clipboard.
Refer to DocumentViewerText for more information.
For an example, refer to DocumentViewerText.