About the LinePrinter Tools

Honeywell.Mobility.Print.LinePrinter for .NET is an assembly containing tools designed to aid in producing text-based reports. The LinePrinter assembly is designed to work to produce reports on text-based report printers.

Use the LinePrinter tools to:

If a printer is capable of returning advanced error and warning information, such as the 6820 using NPCP, you may also be notified of recoverable warnings via the WarningMessageEvent.  When this event is received, if you wish to cancel the report, you will need to call the Cancel method from within the event handler.  This will cause the recoverable warning to be treated as unrecoverable and will only then generate an exception.

Before Printing

Although the .NET LinePrinter handles most of the printer connection configuration for you, there are a few things that should be done before invoking the LinePrinter.

More Information

Next » About the LinePrinter DLLs

Back « Using the LinePrinter Class Contents