Share via


PosPrinter.RecLineCharsList Property

2/27/2008

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

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

Syntax

'Declaration
Public MustOverride ReadOnly Property RecLineCharsList As Integer()
public abstract int[] RecLineCharsList { get; }
public:
virtual property array<int>^ RecLineCharsList {
    array<int>^ get () abstract;
}
/** @property */
public abstract int[] get_RecLineCharsList ()
public abstract function get RecLineCharsList () : 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 should set RecLineCharsList 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.RecLineChars Property