Share via


SlipPrintJob.PrintSavedBitmap(UInt32) Method

Definition

Adds an instruction to the print job to print a bitmap on the slip printer station by using the information that you saved about the bitmap and how to print it when you called the SetBitmap or SetCustomAlignedBitmap method.

public:
 virtual void PrintSavedBitmap(unsigned int bitmapNumber) = PrintSavedBitmap;
void PrintSavedBitmap(uint32_t const& bitmapNumber);
public void PrintSavedBitmap(uint bitmapNumber);
function printSavedBitmap(bitmapNumber)
Public Sub PrintSavedBitmap (bitmapNumber As UInteger)

Parameters

bitmapNumber
UInt32

unsigned int

uint32_t

The number that you assigned to the bitmap that you want to print when you called SetBitmap or SetCustomAlignedBitmap.

Implements

M:Windows.Devices.PointOfService.IReceiptOrSlipJob.PrintSavedBitmap(System.UInt32) M:Windows.Devices.PointOfService.IReceiptOrSlipJob.PrintSavedBitmap(unsigned int) M:Windows.Devices.PointOfService.IReceiptOrSlipJob.PrintSavedBitmap(uint32_t)

Remarks

The bitmap rotation setting that you specify by calling SlipPrintJob.SetPrintRotation may not apply to bitmaps that you saved to the printer.

Applies to

See also