Constructor for the LinePrinter class.
Use this constructor to use the default printer configuration file (ITC_CONFIG.XML) and use the PrinterID property to specify a printer.
public LinePrinter();
Use this constructor to use the default printer configuration file (ITC_CONFIG.XML) and specify a printer in that file:
public LinePrinter(string);
Use this constructor to specify a printer and printer configuration file:
public LinePrinter(string,string);