PosPrinter.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 abstract void PrintNormal (Microsoft.PointOfService.PrinterStation station, string data);
abstract member PrintNormal : Microsoft.PointOfService.PrinterStation * string -> unit
Public MustOverride Sub PrintNormal (station As PrinterStation, data As String)
Parameters
- station
- PrinterStation
The printer station to be used. Possible values are defined by the PrinterStation enumeration. Valid values are as follows: PrinterStation.Journal, PrinterStation.Receipt, or PrinterStation.Slip.
- data
- String
The characters to be printed. May consist of printable characters, escape sequences, carriage returns (13 decimal), and new line / line feed (10 decimal).