PosPrinterBase.TransactionPrint 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 override void TransactionPrint (Microsoft.PointOfService.PrinterStation station, Microsoft.PointOfService.PrinterTransactionControl control);
override this.TransactionPrint : Microsoft.PointOfService.PrinterStation * Microsoft.PointOfService.PrinterTransactionControl -> unit
Public Overrides 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: PrinterStation.Journal, PrinterStation.Receipt, or PrinterStation.Slip.
- control
- PrinterTransactionControl
Transaction control. Possible values are defined by the PrinterTransactionControl enumeration.