Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Shapes.FragmentModel
FragmentModel.ShowLinkBorder Property
If true a black 1pt outline is drawn around the clickable area of the link.
csharp
public bool ShowLinkBorder { get; set; }
Property Value
Example
XML
csharp
<paragraph type="textparagraph">
<fragment textcolor="blue" showlinkborder="true">
<action type="uriaction" uri="http://www.tallcomponents.com"/ >
Visit TallComponents online.
</fragment>
</paragraph>
Remarks
Default value is false.