withBackground method

DocumentReaderConfig withBackground(
  1. BackgroundConfig config
)

Configure background

Implementation

DocumentReaderConfig withBackground(BackgroundConfig config) {
  _background = config;
  return this;
}