Share via


PointCardRW.LineWidth Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the width of a line of LineChars characters.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property LineWidth As Integer
public abstract int LineWidth { get; }
public:
virtual property int LineWidth {
    int get () abstract;
}
/** @property */
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 the LineChars property may also update the LineWidth property.

The LineWidth property 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.

See Also

Reference

PointCardRW Class
PointCardRW Members
Microsoft.PointOfService Namespace