Share via


PosPrinterBase.TransactionPrint Method

Definition

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.

Applies to