IReceiptOrSlipJob.PrintSavedBitmap(UInt32) 方法

定義

使用您儲存有關點陣圖的資訊,以及如何在呼叫 SetBitmapSetCustomAlignedBitmap 方法時,將指令新增至列印工作,以列印收據或名單印表機站上的點陣圖。

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)

參數

bitmapNumber
UInt32

unsigned int

uint32_t

當您呼叫 SetBitmapSetCustomAlignedBitmap時,指派給要列印之點陣圖的數位。

備註

呼叫 IReceiptOrSlipJob.SetPrintRotation 所指定的點陣圖旋轉設定,可能不適用於您儲存至印表機的點陣圖。

適用於

另請參閱