PosPrinterBase.RecLineCharsList Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

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

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

Syntax

'Declaration
Public Overrides ReadOnly Property RecLineCharsList As Integer()
public override int[] RecLineCharsList { get; }
public:
virtual property array<int>^ RecLineCharsList {
    array<int>^ get () override;
}
/** @property */
public int[] get_RecLineCharsList ()
public override function get RecLineCharsList () : int[]

Remarks

PosPrinterBase class verifies that the device has been opened, then retrieves the value of PosPrinterProperties.RecLineCharsList.

RecLineCharsList is initialized to an empty integer array by the PosPrinterProperties class. The service object should update RecLineCharsList to an appropriate value in its Open method.

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

PosPrinterBase Class
PosPrinterBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace
PosPrinter.RecLineCharsList Property