←Select platform

ShowLinks Property

Summary

Indicates whether page links should be highlighted on the view.

Syntax

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

Property Value

true if the page links should be highlighted on the view. Default value is false.

Remarks

Set the value of ShowLinks is true to force the view to hilight the bounds of all the links in the page (GetLinks updates the mouse cursor when the user hover over these links and perform the action stored in them when clicked. Setting ShowLinks to true can help diagnose problems when the links location and size do not match what is viewed due to parsing errors.

When ShowLinks is true, the bounding rectangle of each link will highlighted on the surface of ImageViewer.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI.WinForms Assembly