PosPrinterBase.PreQueuePrintData(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.
This method is called before print requests are added to the print queue.
protected virtual void PreQueuePrintData (Microsoft.PointOfService.BaseServiceObjects.PrintOperationCollection printCollection);
abstract member PreQueuePrintData : Microsoft.PointOfService.BaseServiceObjects.PrintOperationCollection -> unit
override this.PreQueuePrintData : Microsoft.PointOfService.BaseServiceObjects.PrintOperationCollection -> unit
Protected Overridable Sub PreQueuePrintData (printCollection As PrintOperationCollection)
Parameters
- printCollection
- PrintOperationCollection
A collection of PrintOperation objects to be queued.