GENERAL constant
PrintJobOutputType
const GENERAL
Specifies that the printed content consists of mixed text, graphics, and images. The default paper is Letter, A4, or similar locale-specific designation. Output is normal quality, duplex.
Implementation
static const GENERAL = PrintJobOutputType._internal(0, 0);