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

2/27/2008

Enumerates the valid fiscal printer stations that can be used to start non-fiscal fixed text printing.

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

Syntax

'Declaration
Public Enumeration FiscalReceiptStation
public enum FiscalReceiptStation
public enum class FiscalReceiptStation
public enum FiscalReceiptStation
public enum FiscalReceiptStation

Members

Member name Description
Receipt The following transactions will be printed on the receipt station.
Slip The following transactions will be printed on the slip station.

Remarks

Used by the FiscalReceiptStation property and the BeginFixedOutput method. Members of this enumeration replace the FPTR_S_RECEIPT and FPTR_S_SLIP constants form UPOS.

See Also

Reference

Microsoft.PointOfService Namespace
FiscalPrinter.FiscalReceiptStation Property
FiscalPrinter.BeginFixedOutput Method