PosPrinterBase.SetBitmapImpl 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 on service objects to process SetBitmap requests.
protected virtual void SetBitmapImpl (int bitmapNumber, Microsoft.PointOfService.PrinterStation station, string fileName, int width, int alignment);
abstract member SetBitmapImpl : int * Microsoft.PointOfService.PrinterStation * string * int * int -> unit
override this.SetBitmapImpl : int * Microsoft.PointOfService.PrinterStation * string * int * int -> unit
Protected Overridable Sub SetBitmapImpl (bitmapNumber As Integer, station As PrinterStation, fileName As String, width As Integer, alignment As Integer)
Parameters
- bitmapNumber
- Int32
The number to be assigned to this bitmap. Two bitmaps, numbered 1 and 2, may be set.
- 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. If set to an empty string (“”), the bitmap is unset.
- width
- Int32
Width of the bitmap.
- alignment
- Int32
Placement of the bitmap.