PosPrinterBase.RotatePrintImpl(RotatePrintCollection) 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.
Method implemented by service objects to process RotatePrint requests.
protected virtual Microsoft.PointOfService.BaseServiceObjects.PrintResults RotatePrintImpl (Microsoft.PointOfService.BaseServiceObjects.RotatePrintCollection collection);
abstract member RotatePrintImpl : Microsoft.PointOfService.BaseServiceObjects.RotatePrintCollection -> Microsoft.PointOfService.BaseServiceObjects.PrintResults
override this.RotatePrintImpl : Microsoft.PointOfService.BaseServiceObjects.RotatePrintCollection -> Microsoft.PointOfService.BaseServiceObjects.PrintResults
Protected Overridable Function RotatePrintImpl (collection As RotatePrintCollection) As PrintResults
Parameters
- collection
- RotatePrintCollection
The collection of rotate print requests.