Share via


SlipPrintJob.PrintBitmap メソッド

定義

オーバーロード

PrintBitmap(BitmapFrame, PosPrinterAlignment)

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

PrintBitmap(BitmapFrame, PosPrinterAlignment, UInt32)

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

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

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

実装

属性

こちらもご覧ください

適用対象

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)
属性

こちらもご覧ください

適用対象