次の方法で共有


ReceiptPrintJob.PrintBarcodeCustomAlign メソッド

定義

レシート プリンター ステーションで指定されたデータ、シンボル、およびカスタム配置を含むバーコードを印刷する命令を印刷ジョブに追加します。

public:
 virtual void PrintBarcodeCustomAlign(Platform::String ^ data, unsigned int symbology, unsigned int height, unsigned int width, PosPrinterBarcodeTextPosition textPosition, unsigned int alignmentDistance) = PrintBarcodeCustomAlign;
void PrintBarcodeCustomAlign(winrt::hstring const& data, uint32_t const& symbology, uint32_t const& height, uint32_t const& width, PosPrinterBarcodeTextPosition const& textPosition, uint32_t const& alignmentDistance);
public void PrintBarcodeCustomAlign(string data, uint symbology, uint height, uint width, PosPrinterBarcodeTextPosition textPosition, uint alignmentDistance);
function printBarcodeCustomAlign(data, symbology, height, width, textPosition, alignmentDistance)
Public Sub PrintBarcodeCustomAlign (data As String, symbology As UInteger, height As UInteger, width As UInteger, textPosition As PosPrinterBarcodeTextPosition, alignmentDistance As UInteger)

パラメーター

data
String

Platform::String

winrt::hstring

バーコードとして表されるデータ。

symbology
UInt32

unsigned int

uint32_t

バーコードのシンボル (エンコード)。

height
UInt32

unsigned int

uint32_t

バーコードの高さ (ピクセル単位)。

width
UInt32

unsigned int

uint32_t

バーコードの幅 (ピクセル単位)。

textPosition
PosPrinterBarcodeTextPosition

バーコードに対するバーコード テキストの垂直方向の位置。

alignmentDistance
UInt32

unsigned int

uint32_t

左端の印刷列からバーコードの先頭までの距離。 ClaimedPosPrinter.MapMode プロパティで示される測定単位で表されます。

実装

M:Windows.Devices.PointOfService.IReceiptOrSlipJob.PrintBarcodeCustomAlign(System.String,System.UInt32,System.UInt32,System.UInt32,Windows.Devices.PointOfService.PosPrinterBarcodeTextPosition,System.UInt32) M:Windows.Devices.PointOfService.IReceiptOrSlipJob.PrintBarcodeCustomAlign(Platform::String,unsigned int,unsigned int,unsigned int,Windows.Devices.PointOfService.PosPrinterBarcodeTextPosition,unsigned int) M:Windows.Devices.PointOfService.IReceiptOrSlipJob.PrintBarcodeCustomAlign(winrt::hstring,uint32_t,uint32_t,uint32_t,Windows.Devices.PointOfService.PosPrinterBarcodeTextPosition,uint32_t)

適用対象

こちらもご覧ください