PosPrinterBase.PrintBitmap(PrinterStation, String, Int32, Int32) 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.
Prints a bitmap on the specified printer station.
public override void PrintBitmap (Microsoft.PointOfService.PrinterStation station, string fileName, int width, int alignment);
override this.PrintBitmap : Microsoft.PointOfService.PrinterStation * string * int * int -> unit
Public Overrides 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
Width of the bitmap.
- alignment
- Int32
Placement of the bitmap.