PrinterTransactionControl Enumeration

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

Usage

'Usage
Dim printerTransactionControl1 As PrinterTransactionControl = PrinterTransactionControl.Normal

Syntax

'Declaration
Public Enum PrinterTransactionControl
public enum PrinterTransactionControl
public enum class PrinterTransactionControl
public enum PrinterTransactionControl
public enum PrinterTransactionControl

Members

Member name Description
Normal End a transaction by printing the buffered data.
Transaction Begin a transaction.

Remarks

Defines the possible transaction modes for a printer station. Used by the TransactionPrint method. Replaces the PTR_TP_TRANSACTION and PTR_TP_NORMAL constants.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace