This class defines the constants representing the print progress messages.
public enum MessageTypes { NONE, STARTDOC, ENDDOC, FINISHED, COMPLETE, CANCEL }
Printer.cs
Name | Description |
---|---|
NONE | Unknown message type. |
STARTDOC | Printing has begun. |
ENDDOC | Done printing, but not yet disconnected from the printer. |
FINISHED |
Printer (link to Printer Class)connection is closed without regard to the printing status. |
COMPLETE | Printing is completed without errors or without being canceled. |
CANCEL | Printing is canceled due to unexpected errors. |