Share via


PosPrinterBase.PrintNormal(PrinterStation, String) Method

Definition

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.

Applies to