Share via


ClaimedSlipPrinter.LinesNearEndToEnd Property

Definition

Gets the number of lines that the slip printer station can print after the ClaimedSlipPrinter.IsPaperNearEnd property is set to true but before the printer reaches the end of the slip.

public:
 property unsigned int LinesNearEndToEnd { unsigned int get(); };
uint32_t LinesNearEndToEnd();
public uint LinesNearEndToEnd { get; }
var uInt32 = claimedSlipPrinter.linesNearEndToEnd;
Public ReadOnly Property LinesNearEndToEnd As UInteger

Property Value

UInt32

unsigned int

uint32_t

The number of lines that the slip printer station can print after the ClaimedSlipPrinter.IsPaperNearEnd property is set to true but before the printer reaches the end of the slip.

Applies to

See also