width property

int get width

Width (in micrometers) of the media used for printing.

Implementation

int get width => _wrapped.width;
set width (int v)

Implementation

set width(int v) {
  _wrapped.width = v;
}