JournalPrintJob.FeedPaperByLine(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds an instruction to the print job to feed paper by line on the journal 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 journal 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)
|