borderColor property

PdfColor borderColor

Gets or sets the color of the border.

The default color is black.

Implementation

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

Implementation

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