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 > DocumentViewerDiagnostics Class : ShowLinks Property |
[CategoryAttribute("Diagnostics")] [DefaultValueAttribute()] [DescriptionAttribute("Show the page links")] public bool ShowLinks {get; set;}
'Declaration
<CategoryAttribute("Diagnostics")> <DefaultValueAttribute()> <DescriptionAttribute("Show the page links")> Public Property ShowLinks As Boolean
'Usage
Dim instance As DocumentViewerDiagnostics Dim value As Boolean instance.ShowLinks = value value = instance.ShowLinks
[CategoryAttribute("Diagnostics")] [DefaultValueAttribute()] [DescriptionAttribute("Show the page links")] public: property bool ShowLinks { bool get(); void set ( bool value); }
Set the value of ShowLinks is true to force the view to hilight the bounds of all the links in the page (DocumentPage.GetLinks. DocumentViewerPageLinksInteractiveMode 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.