Share via


FiscalPrinter.SlipSelection Property

Selects the kind of document to print on the slip station.

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

Usage

'Usage
Dim fiscalPrinter1 As FiscalPrinter

Dim returnValue As FiscalSlipSelection
returnValue = fiscalPrinter1.SlipSelection

Dim sampleValue As FiscalSlipSelection
fiscalPrinter1.SlipSelection = sampleValue

Syntax

'Declaration
Public MustOverride Property SlipSelection() As FiscalSlipSelection
public abstract FiscalSlipSelection SlipSelection {get; set;}
public: property virtual FiscalSlipSelection^ SlipSelection{
    FiscalSlipSelection^ get();
    Void set(FiscalSlipSelection^);
}
public abstract FiscalSlipSelection get_SlipSelection();
public abstract void set_SlipSelection(FiscalSlipSelection);
public abstract function get SlipSelection() : FiscalSlipSelection;
public abstract function set SlipSelection(FiscalSlipSelection);

Remarks

SlipSelection is typically initialized to FullLength.

Accessing SlipSelection can throw the following exception:

Value

Description

Illegal

An invalid slip type was specified.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

FiscalPrinter Class
FiscalPrinter Members
Microsoft.PointOfService Namespace