Share via


PosPrinter.RecLineWidth Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the width of a line, based on the number of characters specified in the RecLineChars 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 RecLineWidth As Integer
public abstract int RecLineWidth { get; }
public:
virtual property int RecLineWidth {
    int get () abstract;
}
/** @property */
public abstract int get_RecLineWidth ()
public abstract function get RecLineWidth () : int

Remarks

Setting RecLineChars may also update the RecLineWidth property.

The service object sets RecLineWidth 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.RecLineChars Property
PosPrinter.MapMode Property