borderColor property
PdfColor
get
borderColor
Gets or sets the color of the border.
The default color is black.
Implementation
PdfColor get borderColor => _checkBaseHelper.borderColor;
set
borderColor
(PdfColor value)
Implementation
set borderColor(PdfColor value) {
_checkBaseHelper.borderColor = value;
}