PrintProgressEventArgs.Message Types Enumeration

This class defines the constants representing the print progress messages.

C#

public enum MessageTypes {
  NONE,
  STARTDOC,
  ENDDOC,
  FINISHED,
  COMPLETE,
  CANCEL
}

File

Printer.cs

Members

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.