color property

PdfColor color

Gets the annotation color.

Implementation

PdfColor get color => _helper.color;
void color=(PdfColor value)

Sets the annotation color.

Implementation

set color(PdfColor value) {
  _helper.color = value;
}