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