次の方法で共有


ReceiptPrintJob.PrintBitmap メソッド

定義

オーバーロード

PrintBitmap(BitmapFrame, PosPrinterAlignment, UInt32)

指定した幅の指定されたビットマップを印刷する命令を印刷ジョブに追加し、レシート プリンター ステーションに標準の水平方向の配置を設定します。

PrintBitmap(BitmapFrame, PosPrinterAlignment)

レシート プリンター ステーションに指定された標準の水平方向の配置を使用して、指定したビットマップを印刷する命令を印刷ジョブに追加します。

PrintBitmap(BitmapFrame, PosPrinterAlignment, UInt32)

指定した幅の指定されたビットマップを印刷する命令を印刷ジョブに追加し、レシート プリンター ステーションに標準の水平方向の配置を設定します。

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

パラメーター

bitmap
BitmapFrame

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

alignment
PosPrinterAlignment

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

width
UInt32

unsigned int

uint32_t

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

実装

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

こちらもご覧ください

適用対象

PrintBitmap(BitmapFrame, PosPrinterAlignment)

レシート プリンター ステーションに指定された標準の水平方向の配置を使用して、指定したビットマップを印刷する命令を印刷ジョブに追加します。

public:
 virtual void PrintBitmap(BitmapFrame ^ bitmap, PosPrinterAlignment alignment) = PrintBitmap;
/// [Windows.Foundation.Metadata.Overload("PrintBitmap")]
void PrintBitmap(BitmapFrame const& bitmap, PosPrinterAlignment const& alignment);
[Windows.Foundation.Metadata.Overload("PrintBitmap")]
public void PrintBitmap(BitmapFrame bitmap, PosPrinterAlignment alignment);
function printBitmap(bitmap, alignment)
Public Sub PrintBitmap (bitmap As BitmapFrame, alignment As PosPrinterAlignment)

パラメーター

bitmap
BitmapFrame

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

alignment
PosPrinterAlignment

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

実装

属性

こちらもご覧ください

適用対象