Share via


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

2/27/2008

Enumerates the possible fiscal printer stations that can be set to print or reported as printing during the occurrence of an error.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration FiscalPrinterStations
[FlagsAttribute] 
public enum FiscalPrinterStations
[FlagsAttribute] 
public enum class FiscalPrinterStations
/** @attribute FlagsAttribute() */ 
public enum FiscalPrinterStations
FlagsAttribute 
public enum FiscalPrinterStations

Members

Member name Description
Journal Journal station.
JournalReceipt Journal receipt station.
JournalSlip Journal slip station.
Receipt Receipt station.
ReceiptSlip Receipt slip station.
Slip Slip station.

Remarks

Used by the ErrorStation property and PrintNormal method. Members of this enumeration replace the FPTR_S_ family of UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
FiscalPrinter.ErrorStation Property