These are StatusMessageTypes that can be passed to the application from the LinePrinter class.
Not all messages will be passed from the line printer.
[Visual Basic]
Public Enum LinePrinter.StatusMessageTypes
[C#]
public enum LinePrinter.StatusMessageTypes
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. |
Namespace: Honeywell.Mobility.Print
Assembly: Honeywell.Mobility.Print.LinePrinter.dll