UNKNOWN_LANDSCAPE constant
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_LANDSCAPE = const PrintJobMediaSize(
id: "UNKNOWN_LANDSCAPE",
widthMils: 0x7fffffff,
heightMils: 1,
);