Share via


PointCardRW.MaxLine Property

Contains the maximum printable line number.

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

Usage

'Usage
Dim pointCardRW1 As PointCardRW

Dim returnValue As Integer
returnValue = pointCardRW1.MaxLine

Syntax

'Declaration
Public MustOverride ReadOnly Property MaxLine() As Integer
public abstract int MaxLine {get;}
public: property virtual Int32 MaxLine{
    Int32 get();
}
public abstract int get_MaxLine();
public abstract function get MaxLine() : int;

Remarks

When the CapPrintMode property is FALSE, MaxLine contains the maximum printable line number.

In the case that there is a double-high character in the same line, it relies on the capability of the device.

When the LineHeight property and/or the LineSpacing property change, the MaxLine property can be renewed.

MaxLine is typically initialized to the Point Card Reader/Writer's default maximum printable line number by the service object. It should then be kept current by the service object while the device is enabled.

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
LineHeight