共用方式為


SlipPrintJob.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 引進)

適用於