ClaimedSlipPrinter.LinesNearEndToEnd Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.