PdfFreeTextAnnotation.BackgroundColor Property

Gets the color of the annotation background.

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

Syntax

C#
public PdfColor BackgroundColor { get; }
VB
Public ReadOnly Property BackgroundColor As PdfColor
	Get

Property Value

Type: PdfColor
The color of the annotation background or null if there is no color specified.

See Also