Share via


PointCardRW.LineWidth Property

The width of a line of LineChars characters.

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

Usage

'Usage
Dim pointCardRW1 As PointCardRW

Dim returnValue As Integer
returnValue = pointCardRW1.LineWidth

Syntax

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

Remarks

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

Setting LineChars may also update LineWidth.

LineWidth is typically initialized to the Point Card Reader/Writer’s default line width 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