If true a black 1pt outline is drawn around the clickable area of the link.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public bool ShowLinkBorder { get; set; }
Visual Basic
Public Property ShowLinkBorder As Boolean
	Get
	Set

Remarks

Default value is false.

Examples

XML
CopyC#
<paragraph type="textparagraph">
   <fragment textcolor="blue" showlinkborder="true">
      <action type="uriaction" uri="http://www.tallcomponents.com"/ >
      Visit TallComponents online.
   </fragment>
</paragraph>

See Also