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

2/27/2008

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

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

Syntax

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

Remarks

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

JrnLineCharsList is initialized to an empty integer array by the PosPrinterProperties class. The service object should update JrnLineCharsList 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.JrnLineCharsList Property