共用方式為


PosPrinterBase.RotatePrintImpl(RotatePrintCollection) Method

Definition

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.

Returns

Applies to