PosPrinterBase.PrintMemoryBitmapImpl 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 PrintMemoryBitmap requests.
protected virtual Microsoft.PointOfService.BaseServiceObjects.PrintResults PrintMemoryBitmapImpl (Microsoft.PointOfService.PrinterStation station, System.Drawing.Bitmap bitmap, int width, int alignment, Microsoft.PointOfService.BaseServiceObjects.PrinterState state);
abstract member PrintMemoryBitmapImpl : Microsoft.PointOfService.PrinterStation * System.Drawing.Bitmap * int * int * Microsoft.PointOfService.BaseServiceObjects.PrinterState -> Microsoft.PointOfService.BaseServiceObjects.PrintResults
override this.PrintMemoryBitmapImpl : Microsoft.PointOfService.PrinterStation * System.Drawing.Bitmap * int * int * Microsoft.PointOfService.BaseServiceObjects.PrinterState -> Microsoft.PointOfService.BaseServiceObjects.PrintResults
Protected Overridable Function PrintMemoryBitmapImpl (station As PrinterStation, bitmap As Bitmap, width As Integer, alignment As Integer, state As PrinterState) As PrintResults
Parameters
- station
- PrinterStation
The printer station to be used. Can be either PrinterStation.Slip or PrinterStation.Receipt.
- bitmap
- Bitmap
The bitmap to be printed
- width
- Int32
The width of the bitmap.
- alignment
- Int32
The placement of the bitmap.
- state
- PrinterState
Contains printer state as it was when PrintMemoryBitmap was called.