PosPrinterBase.PrintNormal(PrinterStation, 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 the string specified in data on the printer station specified in station.
public override void PrintNormal (Microsoft.PointOfService.PrinterStation station, string data);
override this.PrintNormal : Microsoft.PointOfService.PrinterStation * string -> unit
Public Overrides Sub PrintNormal (station As PrinterStation, data As String)
Parameters
- station
- PrinterStation
The PrinterStation to use. May be Receipt , Journal, JournalReceipt, or Slip.
- data
- String
The characters to print, consisting mostly of printable characters.