The PrinterStatus type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| IsHeadCold |
true if the head is cold. For CPCL printers this is always false.
| |
| IsHeadOpen |
true if the head is open.
| |
| IsHeadTooHot |
true if the head is too hot. For CPCL printers this is always false.
| |
| IsPaperOut |
true if the paper is out.
| |
| IsPartialFormatInProgress |
true if there is a partial format in progress. For CPCL printers this is always false.
| |
| IsPaused |
true if the printer is paused. For CPCL printers this is always false.
| |
| IsReadyToPrint |
true if the printer reports back that it is ready to print.
| |
| IsReceiveBufferFull |
true if the receive buffer is full. For CPCL printers this is always false.
| |
| IsRibbonOut |
true if the ribbon is out.
| |
| LabelLengthInDots |
The length of the label in dots. For CPCL printers this is always 0.
| |
| LabelsRemainingInBatch |
The number of labels remaining in the batch. For CPCL printers this is always 0.
| |
| NumberOfFormatsInReceiveBuffer |
The number of formats currently in the receive buffer of the printer. For CPCL printers this is always 0.
| |
| PrintMode |
The print mode. For CPCL printers this is always ZplPrintMode.UNKNOWN.
|