PosPrinterMarkFeedCapabilities 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.
Describes the capabilities of a receipt printer station for handling mark-sensed paper.
This enumeration supports a bitwise combination of its member values.
public enum class PosPrinterMarkFeedCapabilities
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PosPrinterMarkFeedCapabilities
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PosPrinterMarkFeedCapabilities
var value = Windows.Devices.PointOfService.PosPrinterMarkFeedCapabilities.none
Public Enum PosPrinterMarkFeedCapabilities
- Inheritance
-
PosPrinterMarkFeedCapabilities
- 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
Name | Value | Description |
---|---|---|
None | 0 | The receipt printer station cannot feed the mark-sensed paper. |
ToTakeUp | 1 | The receipt printer station can feed the mark-sensed paper to the paper take-up position. |
ToCutter | 2 | The receipt printer station can feed the mark-sensed paper to the cutting position for the automatic cutter. |
ToCurrentTopOfForm | 4 | The receipt printer station can feed the mark-sensed paper to the top of the form for the present paper, reverse feeding the paper if required. |
ToNextTopOfForm | 8 | The receipt printer station can feed the mark-sensed paper to the top of the form for the next paper. |