Gets the color of this annotation.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfColor Color { get; }
VB
Public ReadOnly Property Color As PdfColor
Get
Property Value
Type:
PdfColor
The color of this annotation or
null if there is no color specified.
Remarks
Specified color is used for the following purposes:
- The color of the polyline.
- The title bar of the annotation's pop-up window.
See Also