IReceiptOrSlipJob.PrintSavedBitmap(UInt32) Method

Definition

Adds an instruction to the print job to print a bitmap on the receipt or 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:
 void PrintSavedBitmap(unsigned int bitmapNumber);
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.

Remarks

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

Applies to

See also