PosPrinterBase.ChangePrintSideImpl(PrinterSide) 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 ChangePrintSide(PrinterSide) requests.
protected virtual void ChangePrintSideImpl (Microsoft.PointOfService.PrinterSide side);
abstract member ChangePrintSideImpl : Microsoft.PointOfService.PrinterSide -> unit
override this.ChangePrintSideImpl : Microsoft.PointOfService.PrinterSide -> unit
Protected Overridable Sub ChangePrintSideImpl (side As PrinterSide)
Parameters
- side
- PrinterSide
The side on which to print.