Share via


FiscalPrinter.SlipSelection Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets or sets the kind of document to print on the slip station.

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

Syntax

'Declaration
Public MustOverride Property SlipSelection As FiscalSlipSelection
public abstract FiscalSlipSelection SlipSelection { get; set; }
public:
virtual property FiscalSlipSelection SlipSelection {
    FiscalSlipSelection get () abstract;
    void set (FiscalSlipSelection value) abstract;
}
/** @property */
public abstract FiscalSlipSelection get_SlipSelection ()

/** @property */
public abstract void set_SlipSelection (FiscalSlipSelection value)
public abstract function get SlipSelection () : FiscalSlipSelection

public abstract function set SlipSelection (value : FiscalSlipSelection)

Remarks

Valid values are defined by the FiscalSlipSelection enumeration.

SlipSelection is typically initialized to FullLength.

Accessing SlipSelection may cause a PosControlException to be thrown with the following ErrorCode:

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.

See Also

Reference

FiscalPrinter Class
FiscalPrinter Members
Microsoft.PointOfService Namespace