次の方法で共有


SlipPrintJob.FeedPaperByLine(Int32) メソッド

定義

印刷ジョブに指示を追加して、スリップ プリンター ステーションで用紙を 1 行ずつフィードします。

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 で導入)

適用対象