backColor property

PdfColor get backColor

Gets or sets the color of the background.

The default color is empty.

Implementation

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

Implementation

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