Skip to content

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

System.Boolean

Example

XML

csharp
<paragraph type="textparagraph">  
   <fragment textcolor="blue" showlinkborder="true">  
      <action type="uriaction" uri="http://www.tallcomponents.com"/ >  
      Visit TallComponents online.  
   &lt;/fragment&gt;  
&lt;/paragraph&gt;

Remarks

Default value is false.