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에서 도입되었습니다.)

적용 대상