Property Color
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Color
Gets or sets the color of this PdfTextAnnotation.
public PdfColor? Color { get; set; }
Property Value
- PdfColor
The color of this PdfTextAnnotation or
null
if there is no color specified.
Remarks
Specified color is used for the following purposes:
- The background of the annotation's icon when closed.
- The title bar of the annotation's pop-up window.