If true a black 1pt outline is drawn around the clickable area of the link.
Namespace: TallComponents.PDF.Layout.ParagraphsAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
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>