Click or drag to resize

PopupAnnotationColor Property

Gets or sets the color of the annotation. The meaning of this color varies based on the annotation type. It may represent the background color of the annotation's icon (if any) when closed, the title bad of the annotation's pop-up window, the border color of the annotation. If the ParentAnnotation is a BaseMarkupAnnotation, Color will project the parent annotation's color.

Namespace:  Atalasoft.PdfDoc.Generating.Annotations
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public override IPdfColor Color { get; set; }

Property Value

Type: IPdfColor
The color.
See Also