Share via


PosPrinter.SlpLineCharsList Property

2/27/2008

Gets a collection of the line widths (characters per line) supported by the slip station.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property SlpLineCharsList As Integer()
public abstract int[] SlpLineCharsList { get; }
public:
virtual property array<int>^ SlpLineCharsList {
    array<int>^ get () abstract;
}
/** @property */
public abstract int[] get_SlpLineCharsList ()
public abstract function get SlpLineCharsList () : int[]

Remarks

The array consists of ASCII numeric set numbers. For example, if the array is "32,36,40," the station supports line widths of 32, 36, and 40 characters.

The service object’s implementation of the Open method should set SlpLineCharsList based on the capabilities of the device.

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

PosPrinter Class
PosPrinter Members
Microsoft.PointOfService Namespace
PosPrinter.SlpLineChars Property