PosPrinterBase.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 override void RotatePrint (Microsoft.PointOfService.PrinterStation station, Microsoft.PointOfService.PrintRotation rotation);
override this.RotatePrint : Microsoft.PointOfService.PrinterStation * Microsoft.PointOfService.PrintRotation -> unit
Public Overrides Sub RotatePrint (station As PrinterStation, rotation As PrintRotation)
Parameters
- station
- PrinterStation
The PrinterStation
- rotation
- PrintRotation
The type of rotation requested.