Click or drag to resize
Pdftools logo

LinkBorderStyle Property

The link's border

This property defines if and how a rectangular border is drawn for the link.

Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.Navigation
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.4.1+cd45f416896d630bcd3719f4b2cba7920f2790da
Syntax
C#
public Stroke BorderStyle { set; }

Property Value

Stroke
Exceptions
ExceptionCondition
InvalidOperationExceptionif the object has already been closed
NotSupportedExceptionif the document is read-only
ArgumentExceptionthe given Stroke object is associated with a different document
ArgumentExceptionthe given Stroke object has a DashPhase differing from 0
ArgumentExceptionthe given Stroke object has a MiterLimit differing from 10
ArgumentExceptionthe given Stroke object has a LineCapStyle other than Butt
ArgumentExceptionthe given Stroke object has a LineJoinStyle other than Miter
ArgumentExceptionthe given Stroke object's Paint has a color space other than a device color space, or a calibrated color space.
UnsupportedFeatureExceptionthe given Stroke object's Paint has a DeviceGray, DeviceCMYK, or CalGray color space.
See Also