foreColor property

PdfColor foreColor

Gets or sets the color of the text.

The default color is black.

Implementation

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

Implementation

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