PdfFreeTextAnnotation.Border Property

Gets the properties of the annotation line.

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 the annotation line.

See Also