backColor property

PdfColor get backColor

Gets or sets the color of the background.

The default color is empty.

Implementation

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

Implementation

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