RotatePrintOperation Class

Definition

The RotatePrintOperation helper class is used by PosPrinterBase to capture the requested rotation whenever the RotatePrint(PrinterStation, PrintRotation) method is called.

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

Properties

AsyncMode

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

(Inherited from PrintOperation)
Collection

Contains a collection, which is an instance of the RotatePrintCollection class.

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)

Applies to