ReceiptPrintJob.PrintSavedBitmap(UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用位图和通过 SetBitmap 或 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)
参数
- bitmapNumber
-
UInt32
unsigned int
uint32_t
调用 SetBitmap 或 SetCustomAlignedBitmap 时分配给要打印的位图的数字。
实现
M:Windows.Devices.PointOfService.IReceiptOrSlipJob.PrintSavedBitmap(System.UInt32)
M:Windows.Devices.PointOfService.IReceiptOrSlipJob.PrintSavedBitmap(unsigned int)
M:Windows.Devices.PointOfService.IReceiptOrSlipJob.PrintSavedBitmap(uint32_t)
注解
通过调用 ReceiptPrintJob.SetPrintRotation 指定的位图旋转设置可能不适用于保存到打印机的位图。