Share via


PosPrinter.SlpLineWidth Property

2/27/2008

Gets the line width, based on the number of characters specified for the SlpLineChars property, expressed in the unit of measure indicated by the MapMode property.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property SlpLineWidth As Integer
public abstract int SlpLineWidth { get; }
public:
virtual property int SlpLineWidth {
    int get () abstract;
}
/** @property */
public abstract int get_SlpLineWidth ()
public abstract function get SlpLineWidth () : int

Remarks

Setting the SlpLineChars property may also update SlpLineWidth.

The service object sets SlpLineWidth to the printer’s default line width when the device is first enabled following the Open method.

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

PosPrinter Class
PosPrinter Members
Microsoft.PointOfService Namespace
PosPrinter.SlpLineChars Property
PosPrinter.MapMode Property