borderColor property

PdfColor borderColor

Gets or sets the color of the border.

The default color is black.

Implementation

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

Implementation

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