PosPrinter.RotatePrint(PrinterStation, PrintRotation) Method
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.
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.