Type Alias PrintOptions

PrintOptions: {
    density: number;
    labelType: LabelType;
    pageTimeoutMs: number;
    statusPollIntervalMs: number;
    statusTimeoutMs: number;
    totalPages: number;
}

Print options for print tasks.

Type declaration