About the LinePrinter DLLs

There are two DLLs needed to use the LinePrinter assembly:

Both DLLs must be placed in the same directory as the application project.

Normally you will only need the Honeywell.Mobility.Print namespace. If you need deep analyses of printer exceptions and will be digging into the SerialPortException that might be embedded in the LinePrinterException, then you may also need the Serial namespace. The LinePrinterException may also have an embedded NPCPPrintException, but this exception class shares the Print namespace.

About the LinePrinter.dll

Select the appropriate version of the LinePrinter.dll for the .NET framework version you are using:

The .dll contains the Honeywell.Mobility.Print namespace, the Honeywell.Mobility.Print.LinePrinter class, and the Honeywell.Mobility.Print.LinePrinterException class.

The LinePrinter class is used to create reports and receipts on text based printers by supplying tools for printer setup, font style control, automating headers and footers, and through the LinePrinterException class, error handling.

About LinePrtDLL.dll

LinePrtDLL.dll is native code that must be matched to the computer. X86 CE and XP versions are available.

The DLLs are located in Printing Resource Kit\Runtime. Choose the folder for your computer operating system.

More Information

Next » LinePrinter Tutorial

Back « About the LinePrinter Tools