ReceiptPrintJob.FeedPaperByLine(Int32) Method

Definition

Adds an instruction to the print job to feed paper by line on the receipt printer station.

public:
 virtual void FeedPaperByLine(int lineCount) = FeedPaperByLine;
void FeedPaperByLine(int const& lineCount);
public void FeedPaperByLine(int lineCount);
function feedPaperByLine(lineCount)
Public Sub FeedPaperByLine (lineCount As Integer)

Parameters

lineCount
Int32

int

The number of lines to feed on the receipt printer. Use a positive number to feed paper forward or a negative number to feed paper backward.

Windows requirements

Device family
Windows 10, version 1903 (introduced in 10.0.18362.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v8.0)

Applies to