PrinterMarkFeeds Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates the possible kinds of mark-sensed paper handling.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration PrinterMarkFeeds
[FlagsAttribute] 
public enum PrinterMarkFeeds
[FlagsAttribute] 
public enum class PrinterMarkFeeds
/** @attribute FlagsAttribute() */ 
public enum PrinterMarkFeeds
FlagsAttribute 
public enum PrinterMarkFeeds

Members

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

Remarks

Used by the MarkFeed method and the CapRecMarkFeed property. Members of this enumeration replace the PTR_MF_TO_TAKEUP, PTR_MF_TO_CUTTER, PTR_MF_TO_CURRENT_TOF, and PTR_MF_TO_NEXT_TOF UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace