次の方法で共有


ReceiptPrintJob.SetBitmap メソッド

定義

オーバーロード

SetBitmap(UInt32, BitmapFrame, PosPrinterAlignment)

後で PrintSavedBitmap メソッドを使用して印刷ジョブに追加できるように、ビットマップに関する情報と、そのビットマップをレシート プリンター ステーションに印刷するために使用する標準の水平方向の配置を保存します。

SetBitmap(UInt32, BitmapFrame, PosPrinterAlignment, UInt32)

後で PrintSavedBitmap メソッドを使用して印刷ジョブに追加できるように、ビットマップに関する情報を、そのビットマップをレシート プリンター ステーションに印刷するために使用する幅と標準の水平方向の配置と共に保存します。

SetBitmap(UInt32, BitmapFrame, PosPrinterAlignment)

後で PrintSavedBitmap メソッドを使用して印刷ジョブに追加できるように、ビットマップに関する情報と、そのビットマップをレシート プリンター ステーションに印刷するために使用する標準の水平方向の配置を保存します。

public:
 virtual void SetBitmap(unsigned int bitmapNumber, BitmapFrame ^ bitmap, PosPrinterAlignment alignment) = SetBitmap;
/// [Windows.Foundation.Metadata.Overload("SetBitmap")]
void SetBitmap(uint32_t const& bitmapNumber, BitmapFrame const& bitmap, PosPrinterAlignment const& alignment);
[Windows.Foundation.Metadata.Overload("SetBitmap")]
public void SetBitmap(uint bitmapNumber, BitmapFrame bitmap, PosPrinterAlignment alignment);
function setBitmap(bitmapNumber, bitmap, alignment)
Public Sub SetBitmap (bitmapNumber As UInteger, bitmap As BitmapFrame, alignment As PosPrinterAlignment)

パラメーター

bitmapNumber
UInt32

unsigned int

uint32_t

このビットマップに割り当てる数値。 1 と 2 の番号を付けた 2 つのビットマップを設定できます。 後で PrintSavedBitmap メソッドでこの番号を使用して、印刷手順を印刷ジョブに追加します。

bitmap
BitmapFrame

印刷するビットマップに関する情報。

alignment
PosPrinterAlignment

ビットマップのページ上の標準の水平方向の配置 (左揃え、中央揃え、右揃えなど) を指定する列挙値。

実装

M:Windows.Devices.PointOfService.IReceiptOrSlipJob.SetBitmap(System.UInt32,Windows.Graphics.Imaging.BitmapFrame,Windows.Devices.PointOfService.PosPrinterAlignment) M:Windows.Devices.PointOfService.IReceiptOrSlipJob.SetBitmap(unsigned int,Windows.Graphics.Imaging.BitmapFrame,Windows.Devices.PointOfService.PosPrinterAlignment) M:Windows.Devices.PointOfService.IReceiptOrSlipJob.SetBitmap(uint32_t,Windows.Graphics.Imaging.BitmapFrame,Windows.Devices.PointOfService.PosPrinterAlignment)
属性

注釈

印刷ジョブのプリンターに不揮発性ビットマップ ストレージがある場合、このメソッドはビットマップをプリンター ハードウェアに保存します。これにより、プリンターのフラッシュ ストレージが損なわれる可能性があります。

こちらもご覧ください

適用対象

SetBitmap(UInt32, BitmapFrame, PosPrinterAlignment, UInt32)

後で PrintSavedBitmap メソッドを使用して印刷ジョブに追加できるように、ビットマップに関する情報を、そのビットマップをレシート プリンター ステーションに印刷するために使用する幅と標準の水平方向の配置と共に保存します。

public:
 virtual void SetBitmap(unsigned int bitmapNumber, BitmapFrame ^ bitmap, PosPrinterAlignment alignment, unsigned int width) = SetBitmap;
/// [Windows.Foundation.Metadata.Overload("SetBitmapCustomWidthStandardAlign")]
void SetBitmap(uint32_t const& bitmapNumber, BitmapFrame const& bitmap, PosPrinterAlignment const& alignment, uint32_t const& width);
[Windows.Foundation.Metadata.Overload("SetBitmapCustomWidthStandardAlign")]
public void SetBitmap(uint bitmapNumber, BitmapFrame bitmap, PosPrinterAlignment alignment, uint width);
function setBitmap(bitmapNumber, bitmap, alignment, width)
Public Sub SetBitmap (bitmapNumber As UInteger, bitmap As BitmapFrame, alignment As PosPrinterAlignment, width As UInteger)

パラメーター

bitmapNumber
UInt32

unsigned int

uint32_t

このビットマップに割り当てる数値。 1 と 2 の番号を付けた 2 つのビットマップを設定できます。 後で PrintSavedBitmap メソッドでこの番号を使用して、印刷手順を印刷ジョブに追加します。

bitmap
BitmapFrame

印刷するビットマップに関する情報。

alignment
PosPrinterAlignment

ビットマップのページ上の標準の水平方向の配置 (左揃え、中央揃え、右揃えなど) を指定する列挙値。

width
UInt32

unsigned int

uint32_t

ビットマップの印刷に使用する幅。 ClaimedPosPrinter.MapMode プロパティによって示される単位で表されます。

実装

M:Windows.Devices.PointOfService.IReceiptOrSlipJob.SetBitmap(System.UInt32,Windows.Graphics.Imaging.BitmapFrame,Windows.Devices.PointOfService.PosPrinterAlignment,System.UInt32) M:Windows.Devices.PointOfService.IReceiptOrSlipJob.SetBitmap(unsigned int,Windows.Graphics.Imaging.BitmapFrame,Windows.Devices.PointOfService.PosPrinterAlignment,unsigned int) M:Windows.Devices.PointOfService.IReceiptOrSlipJob.SetBitmap(uint32_t,Windows.Graphics.Imaging.BitmapFrame,Windows.Devices.PointOfService.PosPrinterAlignment,uint32_t)
属性

注釈

印刷ジョブのプリンターに不揮発性ビットマップ ストレージがある場合、このメソッドはビットマップをプリンター ハードウェアに保存します。これにより、プリンターのフラッシュ ストレージが損なわれる可能性があります。

こちらもご覧ください

適用対象