共用方式為


ReceiptPrintJob.FeedPaperByLine(Int32) 方法

定義

將指令新增至列印工作,以在收據印表機站上逐行饋送紙張。

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)

參數

lineCount
Int32

int

在收據印表機上要饋送的行數。 使用正數將紙張轉送或負數向後送出紙張。

Windows 需求

裝置系列
Windows 10, version 1903 (已於 10.0.18362.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v8.0 引進)

適用於