IReceiptOrSlipJob.PrintCustomAlignedBitmap メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PrintCustomAlignedBitmap(BitmapFrame, UInt32) |
レシートまたはスリップ プリンター ステーションの左端の印刷列から指定した距離に指定したビットマップを印刷する命令を印刷ジョブに追加します。 |
PrintCustomAlignedBitmap(BitmapFrame, UInt32, UInt32) |
指定した幅の指定したビットマップを、レシートまたはスリップ プリンター ステーションの左端の印刷列から指定した距離で印刷するように、印刷ジョブに命令を追加します。 |
PrintCustomAlignedBitmap(BitmapFrame, UInt32)
レシートまたはスリップ プリンター ステーションの左端の印刷列から指定した距離に指定したビットマップを印刷する命令を印刷ジョブに追加します。
public:
void PrintCustomAlignedBitmap(BitmapFrame ^ bitmap, unsigned int alignmentDistance);
/// [Windows.Foundation.Metadata.Overload("PrintCustomAlignedBitmap")]
void PrintCustomAlignedBitmap(BitmapFrame const& bitmap, uint32_t const& alignmentDistance);
[Windows.Foundation.Metadata.Overload("PrintCustomAlignedBitmap")]
public void PrintCustomAlignedBitmap(BitmapFrame bitmap, uint alignmentDistance);
function printCustomAlignedBitmap(bitmap, alignmentDistance)
Public Sub PrintCustomAlignedBitmap (bitmap As BitmapFrame, alignmentDistance As UInteger)
パラメーター
- bitmap
- BitmapFrame
印刷するビットマップに関する情報。
- alignmentDistance
-
UInt32
unsigned int
uint32_t
左端の印刷列からビットマップの先頭までの距離。 ClaimedPosPrinter.MapMode プロパティによって示される測定単位で表されます。
- 属性
こちらもご覧ください
- PrintCustomAlignedBitmap(BitmapFrame, UInt32, UInt32)
- PrintCustomAlignedBitmap(BitmapFrame, UInt32)
- PrintCustomAlignedBitmap(BitmapFrame, UInt32)
- MapMode
適用対象
PrintCustomAlignedBitmap(BitmapFrame, UInt32, UInt32)
指定した幅の指定したビットマップを、レシートまたはスリップ プリンター ステーションの左端の印刷列から指定した距離で印刷するように、印刷ジョブに命令を追加します。
public:
void PrintCustomAlignedBitmap(BitmapFrame ^ bitmap, unsigned int alignmentDistance, unsigned int width);
/// [Windows.Foundation.Metadata.Overload("PrintBitmapCustomWidthCustomAlign")]
void PrintCustomAlignedBitmap(BitmapFrame const& bitmap, uint32_t const& alignmentDistance, uint32_t const& width);
[Windows.Foundation.Metadata.Overload("PrintBitmapCustomWidthCustomAlign")]
public void PrintCustomAlignedBitmap(BitmapFrame bitmap, uint alignmentDistance, uint width);
function printCustomAlignedBitmap(bitmap, alignmentDistance, width)
Public Sub PrintCustomAlignedBitmap (bitmap As BitmapFrame, alignmentDistance As UInteger, width As UInteger)
パラメーター
- bitmap
- BitmapFrame
印刷するビットマップに関する情報。
- alignmentDistance
-
UInt32
unsigned int
uint32_t
左端の印刷列からビットマップの先頭までの距離。 ClaimedPosPrinter.MapMode プロパティによって示される測定単位で表されます。
- width
-
UInt32
unsigned int
uint32_t
ビットマップの印刷に使用する幅。 ClaimedPosPrinter.MapMode プロパティによって示される単位で表されます。
- 属性
こちらもご覧ください
- PrintCustomAlignedBitmap(BitmapFrame, UInt32)
- PrintCustomAlignedBitmap(BitmapFrame, UInt32, UInt32)
- PrintCustomAlignedBitmap(BitmapFrame, UInt32, UInt32)
- MapMode