Share via


PointCardRW.LineHeight Property

Indicates the Point Card Reader/Writer print line height.

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

Usage

'Usage
Dim pointCardRW1 As PointCardRW

Dim returnValue As Integer
returnValue = pointCardRW1.LineHeight

Dim sampleValue As Integer
pointCardRW1.LineHeight = sampleValue

Syntax

'Declaration
Public MustOverride Property LineHeight() As Integer
public abstract int LineHeight {get; set;}
public: property virtual Int32 LineHeight{
    Int32 get();
    Void set(Int32);
}
public abstract int get_LineHeight();
public abstract void set_LineHeight(int);
public abstract function get LineHeight() : int;
public abstract function set LineHeight(int);

Remarks

If the CapPrintMode property is TRUE, expressed in the unit of measure given by MapMode.

If changed to a height supported by the current character width, the line height is set to this value. If the exact height cannot be supported, the height is set to the closest supported value.

When LineChars is changed, LineHeight is updated to the default line height for the selected width.

LineHeight is typically initialized to the Point Card Reader/Writer’s default line height by the service object.

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