Share via


PosPrinter.RecLinesToPaperCut Property

2/27/2008

Gets the number of lines that must be advanced before cutting the receipt paper.

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

Syntax

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

Remarks

If the CapRecPapercut property is set to true, the value of RecLinesToPaperCut is the line count before reaching the paper cut mechanism. Otherwise, it is the line count before the manual tear-off bar.

Changing the RecLineChars, RecLineHeight, and RecLineSpacing properties may change RecLinesToPaperCut.

The service object should set RecLinesToPaperCut based on the specifications of the device.

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.RecLineHeight Property
PosPrinter.RecLineChars Property
PosPrinter.RecLineSpacing Property
PosPrinter.CapRecPaperCut Property