PosPrinterBase.TransactionPrintImpl(PrintOperationCollection) 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 TransactionPrint requests.
protected virtual Microsoft.PointOfService.BaseServiceObjects.PrintResults TransactionPrintImpl (Microsoft.PointOfService.BaseServiceObjects.PrintOperationCollection collection);
abstract member TransactionPrintImpl : Microsoft.PointOfService.BaseServiceObjects.PrintOperationCollection -> Microsoft.PointOfService.BaseServiceObjects.PrintResults
override this.TransactionPrintImpl : Microsoft.PointOfService.BaseServiceObjects.PrintOperationCollection -> Microsoft.PointOfService.BaseServiceObjects.PrintResults
Protected Overridable Function TransactionPrintImpl (collection As PrintOperationCollection) As PrintResults
Parameters
- collection
- PrintOperationCollection
The collection of transaction print requests.