PrinterStation Enumeration

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

Usage

'Usage
Dim printerStation1 As PrinterStation = PrinterStation.Journal

Syntax

'Declaration
Public Enum PrinterStation
public enum PrinterStation
public enum class PrinterStation
public enum PrinterStation
public enum PrinterStation

Members

Member name Description
Journal The current printer station is Journal.
None The current printer station is undefined.
Receipt The current printer station is Receipt.
Slip The current printer station is Slip.
TwoReceiptJournal The current printer station is combined Receipt and Journal.
TwoSlipJournal The current printer station is combined Slip and Journal.
TwoSlipReceipt The current printer station is combined Receipt and Slip.

Remarks

Defines the possible printer station modes. Replaces the PTR_S_JOURNAL, PTR_S_RECEIPT, PTR_S_SLIP, PTR_S_JOURNAL_RECEIPT, PTR_S_JOURNAL_SLIP, PTR_S_RECEIPT_SLIP, PTR_TWO_RECEIPT_JOURNAL, PTR_TWO_SLIP_JOURNAL, PTR_TWO_SLIP_RECEIPT 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