ReceiptPrintJob.MarkFeed(PosPrinterMarkFeedKind) Method

Definition

Adds an instruction to the printer job to use the mark sensor of the receipt printer station to position the receipt paper.

public:
 virtual void MarkFeed(PosPrinterMarkFeedKind kind) = MarkFeed;
void MarkFeed(PosPrinterMarkFeedKind const& kind);
public void MarkFeed(PosPrinterMarkFeedKind kind);
function markFeed(kind)
Public Sub MarkFeed (kind As PosPrinterMarkFeedKind)

Parameters

kind
PosPrinterMarkFeedKind

An enumeration value that specifies how to position the receipt paper.

Applies to

See also