Share via


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

2/27/2008

Enumerates the possible printer station modes.

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

Syntax

'Declaration
Public Enumeration 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 combines Receipt and Journal.
TwoSlipJournal The current printer station combines Slip and Journal.
TwoSlipReceipt The current printer station combines Receipt and Slip.

Remarks

Used by the PageModeStation and ErrorStation property and PrintBarCode, PrintBitmap, PrintImmediate, PrintNormal, PrintTwoNormal, RotatePrint, SetBitmap, TransactionPrint, and ValidateData methods. Members of this enumeration replace 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 UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace