PosPrinterBase.PrintNormalImpl(PrinterStation, PrinterState, 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.
Method implemented by service objects to process PrintNormal requests.
protected abstract Microsoft.PointOfService.BaseServiceObjects.PrintResults PrintNormalImpl (Microsoft.PointOfService.PrinterStation station, Microsoft.PointOfService.BaseServiceObjects.PrinterState printerState, string data);
abstract member PrintNormalImpl : Microsoft.PointOfService.PrinterStation * Microsoft.PointOfService.BaseServiceObjects.PrinterState * string -> Microsoft.PointOfService.BaseServiceObjects.PrintResults
Protected MustOverride Function PrintNormalImpl (station As PrinterStation, printerState As PrinterState, data As String) As PrintResults
Parameters
- station
- PrinterStation
The PrinterStation to be used.
- printerState
- PrinterState
The current state of the printer object at the time of the call.
- data
- String
The data to be printed.