PosPrinterMarkFeedKind Enum

Definition

Describes the ways the receipt printer station should feed the mark-sensed paper when you call the ReceiptPrintJob.MarkFeed method.

public enum class PosPrinterMarkFeedKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PosPrinterMarkFeedKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PosPrinterMarkFeedKind
var value = Windows.Devices.PointOfService.PosPrinterMarkFeedKind.toTakeUp
Public Enum PosPrinterMarkFeedKind
Inheritance
PosPrinterMarkFeedKind
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

ToCurrentTopOfForm 2

Feeds the mark-sensed paper to the top of the form for the present paper, reverse feeding the paper if required.

ToCutter 1

Feeds the mark-sensed paper to the cutting position for the automatic cutter.

ToNextTopOfForm 3

Feeds the mark-sensed paper to the top of the form for the next paper.

ToTakeUp 0

Feeds the mark-sensed paper to the paper take-up position.

Applies to

See also