Interface ImagePacketsGenerateOptions

interface ImagePacketsGenerateOptions {
    countsMode?: "auto" | "split" | "total";
    enableCheckLine?: boolean;
    noIndexPacket?: boolean;
    printheadPixels?: number;
}

Properties

countsMode?: "auto" | "split" | "total"

Mode for "black pixel count" section of bitmap packet.

enableCheckLine?: boolean

Send PrinterCheckLine every 200 line.

noIndexPacket?: boolean

Disable PrintBitmapRowIndexed packet.

printheadPixels?: number

Printer head resolution. Used for "black pixel count" section calculation.