Click or drag to resize

PdfAnnotation Color Property

Gets or sets the background of the annotations icon when closed. The title bar of the annotations pop-up window. The border of a link annotation.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfRGBColor Color { get; set; }

Property Value

Type: PdfRGBColor
The color.
See Also