Share via


PosPrinter.RotatePrint(PrinterStation, PrintRotation) Method

Definition

Enters or exits rotated print mode.

public abstract void RotatePrint (Microsoft.PointOfService.PrinterStation station, Microsoft.PointOfService.PrintRotation rotation);
abstract member RotatePrint : Microsoft.PointOfService.PrinterStation * Microsoft.PointOfService.PrintRotation -> unit
Public MustOverride Sub RotatePrint (station As PrinterStation, rotation As PrintRotation)

Parameters

station
PrinterStation

The printer station to be used. Possible values are defined by the PrinterStation enumeration. Valid values are as follows: PrinterStation.Receipt or PrinterStation.Slip.

rotation
PrintRotation

Direction of rotation. Possible values are defined by the PrintRotation enumeration.

Applies to