Share via


PrinterMarkFeeds Enumeration

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Usage

'Usage
Dim printerMarkFeeds1 As PrinterMarkFeeds = PrinterMarkFeeds.CurrentTopOfForm

Syntax

'Declaration
Public Enum PrinterMarkFeeds
public enum PrinterMarkFeeds
public enum class PrinterMarkFeeds
public enum PrinterMarkFeeds
public enum PrinterMarkFeeds

Members

Member name Description
CurrentTopOfForm Feed the mark-sensed paper to the present paper’s top of form. (Reverse feed if required).
Cutter Feed the mark-sensed paper to the auto cutter cutting position.
NextTopOfForm Feed the mark-sensed paper to the next paper’s top of form.
None Do not feed.
Takeup Feed the mark-sensed paper to the paper take-up position.

Remarks

Defines the possible kinds of mark-sensed paper handling. Replaces the PTR_MF_TO_TAKEUP, PTR_MF_TO_CUTTER, PTR_MF_TO_CURRENT_TOF, and PTR_MF_TO_NEXT_TOF constants.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace