←Select platform

Text Property

Summary

Manages the text operations in this document viewer.

Syntax
C#
VB
C++
public DocumentViewerText Text { get; } 
Public ReadOnly Property Text() As DocumentViewerText 
   Get 
public:  
   property DocumentViewerText^ Text 
   { 
      DocumentViewerText^ get() 
   } 

Property Value

The DocumentViewerText object that manages the text operations in this document viewer.

Remarks

This class manages the text operations of the current LEADDocument 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.

Example

For an example, refer to DocumentViewerText.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly