ReceiptPrintJob.PrintSavedBitmap(UInt32) Method

Definition

Adds an instruction to the print job to print a bitmap on the receipt printer station by using the bitmap and information saved to the printer via SetBitmap or SetCustomAlignedBitmap.

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 ReceiptPrintJob.SetPrintRotation may not apply to bitmaps that you saved to the printer.

Applies to

See also