MarkFeedOperation Class

Definition

Used to capture information about the MarkFeed(PrinterMarkFeeds) method call.

public class MarkFeedOperation : Microsoft.PointOfService.BaseServiceObjects.PrintOperation
type MarkFeedOperation = class
    inherit PrintOperation
Public Class MarkFeedOperation
Inherits PrintOperation
Inheritance
MarkFeedOperation

Properties

AsyncMode

Contains the AsyncMode property setting at the time of the application’s print request.

(Inherited from PrintOperation)
Rotation

Contains the Rotation setting, as defined by the Rotation enumeration.

(Inherited from PrintOperation)
State

Contains an instance of the PrinterState class, which captures the current printer property values at the time of the application’s print request.

(Inherited from PrintOperation)
Station

Contains the printer station setting (for example, PrinterStation.Journal).

(Inherited from PrintOperation)
Type

Contains the value of the type parameter from the PosPrinter.MarkFeed method.

Applies to