LinePrinter.StatusMessageTypes Enumeration

These are StatusMessageTypes that can be passed to the application from the LinePrinter class.

Not all messages will be passed from the line printer.

Syntax

[Visual Basic]
Public Enum LinePrinter.StatusMessageTypes
[C#]
public enum LinePrinter.StatusMessageTypes

Members

SM_NONE Used when no value is specified (for example, in the fatal code for non-NPCP errors).
SM_WRITEINCOMPLETE Sent when the line printer tried to write a line but the whole line was not written.
SM_STARTDOC Sent when the document starts printing.
SM_STARTPAGE Sent when printing starts on a new page.
SM_ENDPAGE Sent after the last line on a page is printed.
SM_ENDDOC Sent after the last line of the last page is printed but before the line printer is closed.
SM_USERCANCEL Passed when the user cancels printing.
SM_CANCEL Passed when the line printer has determined the printing should be cancelled.
SM_FINISHED Passed after the line printer has been closed without regards to the the validity of the report.
SM_COMPLETE Passed after a report has been completely printed without cancel or errors.

Requirements

Namespace: Honeywell.Mobility.Print

Assembly: Honeywell.Mobility.Print.LinePrinter.dll

More Information

LinePrinter Class