PdfFileAttachmentAnnotation.Color Property

Gets or sets the color of this PdfFileAttachmentAnnotation.

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

Syntax

C#
public PdfColor Color { get; set; }
VB
Public Property Color As PdfColor
	Get
	Set

Property Value

Type: PdfColor
The color of this PdfFileAttachmentAnnotation or null if there is no color specified.

Remarks

Specified color is used for the following purposes:

  • The background of the predefined annotation's icon when closed.
  • The title bar of the annotation's pop-up window.

The color does not affect the annotation's appearance when the value of the Icon property is Custom.

See Also