PosPrinterBase.PrintImmediate(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.
Immediately prints the string specified for data on the printer station specified by station.
public override void PrintImmediate (Microsoft.PointOfService.PrinterStation station, string data);
override this.PrintImmediate : Microsoft.PointOfService.PrinterStation * string -> unit
Public Overrides Sub PrintImmediate (station As PrinterStation, data As String)
Parameters
- station
- PrinterStation
The PrinterStation to which the data is to be written.
- data
- String
The data to be written to the printer.