Click or drag to resize

PrinterStatus Fields

The PrinterStatus type exposes the following members.

Fields
  Name Description
Public field isHeadCold true if the head is cold. For CPCL printers this is always false
Public field isHeadOpen true if the head is open.
Public field isHeadTooHot true if the head is too hot. For CPCL printers this is always false
Public field isPaperOut true if the paper is out.
Public field isPartialFormatInProgress true if there is a partial format in progress. For CPCL printers this is always false.
Public field isPaused true if the printer is paused. For CPCL printers this is always false
Public field isReadyToPrint true if the printer reports back that it is ready to print
Public field isReceiveBufferFull true if the receive buffer is full. For CPCL printers this is always false
Public field isRibbonOut true if the ribbon is out.
Public field labelLengthInDots The length of the label in dots. For CPCL printers this is always 0.
Public field labelsRemainingInBatch The number of labels remaining in the batch. For CPCL printers this is always 0.
Public field numberOfFormatsInReceiveBuffer The number of formats currently in the receive buffer of the printer. For CPCL printers this is always 0.
Public field printMode The print mode. For CPCL printers this is always UNKNOWN
Top
See Also