Share via


PosPrinter.PrintImmediate(PrinterStation, String) Method

Definition

Prints the string immediately that is specified for data on the printer station specified by station.

public abstract void PrintImmediate (Microsoft.PointOfService.PrinterStation station, string data);
abstract member PrintImmediate : Microsoft.PointOfService.PrinterStation * string -> unit
Public MustOverride Sub PrintImmediate (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).

Applies to