PrinterMarkFeeds Enum
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.
Enumerates the possible kinds of mark-sensed paper handling.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum PrinterMarkFeeds
[<System.Flags>]
type PrinterMarkFeeds =
Public Enum PrinterMarkFeeds
- Inheritance
-
PrinterMarkFeeds
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Does not feed. |
Takeup | 1 | Feeds the mark-sensed paper to the paper take-up position. |
Cutter | 2 | Feeds the mark-sensed paper to the auto cutter cutting position. |
CurrentTopOfForm | 4 | Feeds the mark-sensed paper to the present paper’s top of form. (Reverse feed if it is required). |
NextTopOfForm | 8 | Feeds the mark-sensed paper to the next paper’s top of form. |