Share via


PosPrinter.JrnLineCharsList Property

2/27/2008

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

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

Syntax

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

Remarks

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

JrnLineCharsList is set by the service object, 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.JrnLineChars Property