Share via


PosPrinter.PrintMemoryBitmap(PrinterStation, Bitmap, Int32, Int32) Method

Definition

Prints a bitmap from memory on the specified printer station.

public virtual void PrintMemoryBitmap (Microsoft.PointOfService.PrinterStation station, System.Drawing.Bitmap data, int width, int alignment);
abstract member PrintMemoryBitmap : Microsoft.PointOfService.PrinterStation * System.Drawing.Bitmap * int * int -> unit
override this.PrintMemoryBitmap : Microsoft.PointOfService.PrinterStation * System.Drawing.Bitmap * int * int -> unit
Public Overridable Sub PrintMemoryBitmap (station As PrinterStation, data As Bitmap, width As Integer, alignment As Integer)

Parameters

station
PrinterStation

The printer station to be used. Can be either PrinterStation.Slip or PrinterStation.Receipt.

data
Bitmap

The bitmap to be printed.

width
Int32

Printed width of the bitmap.

alignment
Int32

Placement of the bitmap.

Applies to