ReceiptPrintJob.PrintSavedBitmap(UInt32) 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.
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
Remarks
The bitmap rotation setting that you specify by calling ReceiptPrintJob.SetPrintRotation may not apply to bitmaps that you saved to the printer.