PosPrinter.TransactionPrint(PrinterStation, PrinterTransactionControl) 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.
Enters or exits transaction mode.
public abstract void TransactionPrint (Microsoft.PointOfService.PrinterStation station, Microsoft.PointOfService.PrinterTransactionControl control);
abstract member TransactionPrint : Microsoft.PointOfService.PrinterStation * Microsoft.PointOfService.PrinterTransactionControl -> unit
Public MustOverride Sub TransactionPrint (station As PrinterStation, control As PrinterTransactionControl)
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.
- control
- PrinterTransactionControl
Transaction control. Possible values are defined by the PrinterTransactionControl enumeration. See in this topic.