SlipPrintJob.SetCustomAlignedBitmap メソッド

定義

オーバーロード

SetCustomAlignedBitmap(UInt32, BitmapFrame, UInt32)

後で PrintSavedBitmap メソッドを使用して印刷ジョブに追加できるように、ビットマップに関する情報と、そのビットマップを印刷する左端の印刷列からの距離を保存します。

SetCustomAlignedBitmap(UInt32, BitmapFrame, UInt32, UInt32)

後で PrintSavedBitmap メソッドを使用して印刷ジョブに追加できるように、ビットマップに関する情報と、そのビットマップを印刷する際に使用する左端の印刷列からの距離と共に、ビットマップに関する情報を保存します。

SetCustomAlignedBitmap(UInt32, BitmapFrame, UInt32)

後で PrintSavedBitmap メソッドを使用して印刷ジョブに追加できるように、ビットマップに関する情報と、そのビットマップを印刷する左端の印刷列からの距離を保存します。

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

パラメーター

bitmapNumber
UInt32

unsigned int

uint32_t

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

bitmap
BitmapFrame

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

alignmentDistance
UInt32

unsigned int

uint32_t

左端の印刷列からビットマップの先頭までの距離。 ClaimedPosPrinter.MapMode プロパティによって示される測定単位で表されます。

実装

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

こちらもご覧ください

適用対象

SetCustomAlignedBitmap(UInt32, BitmapFrame, UInt32, UInt32)

後で PrintSavedBitmap メソッドを使用して印刷ジョブに追加できるように、ビットマップに関する情報と、そのビットマップを印刷する際に使用する左端の印刷列からの距離と共に、ビットマップに関する情報を保存します。

public:
 virtual void SetCustomAlignedBitmap(unsigned int bitmapNumber, BitmapFrame ^ bitmap, unsigned int alignmentDistance, unsigned int width) = SetCustomAlignedBitmap;
/// [Windows.Foundation.Metadata.Overload("SetBitmapCustomWidthCustomAlign")]
void SetCustomAlignedBitmap(uint32_t const& bitmapNumber, BitmapFrame const& bitmap, uint32_t const& alignmentDistance, uint32_t const& width);
[Windows.Foundation.Metadata.Overload("SetBitmapCustomWidthCustomAlign")]
public void SetCustomAlignedBitmap(uint bitmapNumber, BitmapFrame bitmap, uint alignmentDistance, uint width);
function setCustomAlignedBitmap(bitmapNumber, bitmap, alignmentDistance, width)
Public Sub SetCustomAlignedBitmap (bitmapNumber As UInteger, bitmap As BitmapFrame, alignmentDistance As UInteger, width As UInteger)

パラメーター

bitmapNumber
UInt32

unsigned int

uint32_t

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

bitmap
BitmapFrame

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

alignmentDistance
UInt32

unsigned int

uint32_t

左端の印刷列からビットマップの先頭までの距離。 ClaimedPosPrinter.MapMode プロパティによって示される測定単位で表されます。

width
UInt32

unsigned int

uint32_t

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

実装

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

こちらもご覧ください

適用対象