←Select platform

ShowTextCharacters Property

Summary

Indicates whether the text characters in the page should be highlighted in the view.

Syntax
C#
VB
C++
public bool ShowTextCharacters { get; set; } 
Public Property ShowTextCharacters() As Boolean 
   Get 
   Set 
public:  
   property bool ShowTextCharacters 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if text characters in the page should be highlighted on the view. Default value is false.

Remarks

Set the value of ShowTextCharacters is true to force the view to highlight the bounds of all text characters in the page (GetText allows the user to select text on the change using the mouse or touch. Setting ShowTextCharacters to true can help diagnose problems when the text location and size do not match what is viewed due to parsing errors.

When ShowTextCharacters is true, the bounding rectangle of each character will be highlighted and the character Code.

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