height property

int get height

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

Implementation

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

Implementation

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