UNKNOWN_PORTRAIT constant

PrintJobMediaSize const UNKNOWN_PORTRAIT

Unknown media size in portrait mode.

NOTE: This is for specifying orientation without media size. You should not use the dimensions reported by this instance.

Implementation

static const PrintJobMediaSize UNKNOWN_PORTRAIT = const PrintJobMediaSize(
  id: "UNKNOWN_PORTRAIT",
  widthMils: 1,
  heightMils: 0x7fffffff,
);