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.Toolbox.Pdf.Navigation
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.1.0+5820e9ca9ca173983539ffc40abc227fb62e6928
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