Share via


PosPrinter.SlpLinesNearEndToEnd Property

2/27/2008

Gets the number of lines that can be printed after the SlpNearEnd property has been set to true but before the printer reaches the end of the slip.

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

Syntax

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

Remarks

Using SlpLinesNearEndToEnd can optimize using the slip by printing the maximum number of lines.

Changing the SlpLineHeight, SlpLineSpacing, or SlpLineChars properties may change SlpLinesNearEndToEnd.

SlpLinesNearEndToEnd is updated by the service object, based on device specifications 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.SlpEmpty Property
SlpNearEnd
PosPrinter.SlpLineHeight Property
SlpLineSpacing
PosPrinter.SlpLineChars Property