共用方式為


PosPrinter.TransactionPrint(PrinterStation, PrinterTransactionControl) Method

Definition

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.

Applies to