PosPrinter.PrintBitmap(PrinterStation, String, Int32, Int32) Method

Definition

Prints a bitmap on the specified printer station.

public abstract void PrintBitmap (Microsoft.PointOfService.PrinterStation station, string fileName, int width, int alignment);
abstract member PrintBitmap : Microsoft.PointOfService.PrinterStation * string * int * int -> unit
Public MustOverride Sub PrintBitmap (station As PrinterStation, fileName As String, width As Integer, alignment As Integer)

Parameters

station
PrinterStation

The printer station to be used. Possible values are defined by the PrinterStation enumeration. Valid values are PrinterStation.Receipt or PrinterStation.Slip.

fileName
String

Name of Windows bitmap file. The file must be in uncompressed format.

width
Int32

Printed width of the bitmap to be performed. See Remarks in this topic.

alignment
Int32

Placement of the bitmap. For possible values, see Remarks in this topic.

Applies to