Share via


PointCardRW.LineCharsList Property

Contains the line character widths supported by the Point Card Reader/Writer.

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

Usage

'Usage
Dim pointCardRW1 As PointCardRW

Dim returnValue As Integer
returnValue = pointCardRW1.LineCharsList

Syntax

'Declaration
Public MustOverride ReadOnly Property LineCharsList() As Integer()
public abstract int[] LineCharsList {get;}
public: property virtual array<Int32>^ LineCharsList{
    array<Int32>^ get();
}
public abstract int[] get_LineCharsList();
public abstract function get LineCharsList() : int[];

Remarks

LineCharsList is typically initialized to the Point Card Reader/Writer's default line character widths by the service object. The string consists of ASCII numeric set numbers separated by commas.

For example, the string "32,36,40" indicates that the device supports line widths of 32, 36, and 40 characters.

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

PointCardRW Class
PointCardRW Members
Microsoft.PointOfService Namespace
LineChars