IReceiptOrSlipJob.PrintBitmap メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PrintBitmap(BitmapFrame, PosPrinterAlignment) |
印刷ジョブに命令を追加して、指定したビットマップをレシートまたはスリップ プリンター ステーションに標準の水平配置で印刷します。 |
PrintBitmap(BitmapFrame, PosPrinterAlignment, UInt32) |
指定した幅の指定したビットマップを印刷する命令を印刷ジョブに追加し、レシートまたはスリップ プリンター ステーションに標準の水平方向の配置を設定します。 |
PrintBitmap(BitmapFrame, PosPrinterAlignment)
印刷ジョブに命令を追加して、指定したビットマップをレシートまたはスリップ プリンター ステーションに標準の水平配置で印刷します。
public:
void PrintBitmap(BitmapFrame ^ bitmap, PosPrinterAlignment alignment);
/// [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)
- PrintBitmap(BitmapFrame, PosPrinterAlignment)
- PrintBitmap(BitmapFrame, PosPrinterAlignment)
- PosPrinterAlignment
適用対象
PrintBitmap(BitmapFrame, PosPrinterAlignment, UInt32)
指定した幅の指定したビットマップを印刷する命令を印刷ジョブに追加し、レシートまたはスリップ プリンター ステーションに標準の水平方向の配置を設定します。
public:
void PrintBitmap(BitmapFrame ^ bitmap, PosPrinterAlignment alignment, unsigned int width);
/// [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 プロパティによって示される単位で表されます。
- 属性
こちらもご覧ください
- PrintBitmap(BitmapFrame, PosPrinterAlignment)
- PrintBitmap(BitmapFrame, PosPrinterAlignment, UInt32)
- PrintBitmap(BitmapFrame, PosPrinterAlignment, UInt32)
- PosPrinterAlignment
- MapMode