PosPrinterBase.ChangePrintSide(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.
Selects the side of the document it wants to print on.
public override void ChangePrintSide (Microsoft.PointOfService.PrinterSide side);
override this.ChangePrintSide : Microsoft.PointOfService.PrinterSide -> unit
Public Overrides Sub ChangePrintSide (side As PrinterSide)
Parameters
- side
- PrinterSide
The side on which to print.