PrinterTransactionControl Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates the possible transaction modes for a printer station.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Enumeration PrinterTransactionControl
public enum PrinterTransactionControl
public enum class PrinterTransactionControl
public enum PrinterTransactionControl
public enum PrinterTransactionControl

Members

Member name Description
Normal Ends a transaction by printing the buffered data.
Transaction Starts a transaction.

Remarks

Used by the TransactionPrint method. Members of this enumeration replace the PTR_TP_TRANSACTION and PTR_TP_NORMAL UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace