backColor property

PdfColor backColor

Gets or sets the color of the background.

The default color is empty.

Implementation

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

Implementation

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