FiscalPrinter.PrintNormal(FiscalPrinterStations, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prints data on the printer station.
public abstract void PrintNormal (Microsoft.PointOfService.FiscalPrinterStations station, string data);
abstract member PrintNormal : Microsoft.PointOfService.FiscalPrinterStations * string -> unit
Public MustOverride Sub PrintNormal (station As FiscalPrinterStations, data As String)
Parameters
- station
- FiscalPrinterStations
The printer station to use (Receipt, Journal, JournalReceipt, or Slip).
- data
- String
The characters to print, consisting mostly of printable characters.