SlipPrintJob.FeedPaperByMapModeUnit(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 map mode unit on the slip printer station.
public:
virtual void FeedPaperByMapModeUnit(int distance) = FeedPaperByMapModeUnit;
void FeedPaperByMapModeUnit(int const& distance);
public void FeedPaperByMapModeUnit(int distance);
function feedPaperByMapModeUnit(distance)
Public Sub FeedPaperByMapModeUnit (distance As Integer)
Parameters
- distance
-
Int32
int
The number of map mode units to feed on the slip 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)
|