PdfActionArea.Border Property

Gets the properties of this link annotation border.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfColoredMarker Border { get; }
VB
Public ReadOnly Property Border As PdfColoredMarker
	Get

Property Value

Type: PdfColoredMarker
The properties of this link annotation border.

See Also