次の方法で共有


ReceiptPrinterCapabilities.SupportedBarcodeRotations プロパティ

定義

レシート プリンター ステーションが印刷時にバーコードを回転できる方向の一覧を取得します。

public:
 property IVectorView<PosPrinterRotation> ^ SupportedBarcodeRotations { IVectorView<PosPrinterRotation> ^ get(); };
IVectorView<PosPrinterRotation> SupportedBarcodeRotations();
public IReadOnlyList<PosPrinterRotation> SupportedBarcodeRotations { get; }
var iVectorView = receiptPrinterCapabilities.supportedBarcodeRotations;
Public ReadOnly Property SupportedBarcodeRotations As IReadOnlyList(Of PosPrinterRotation)

プロパティ値

レシートプリンターステーションが印刷時にバーコードを回転できる方向のリスト。

実装

適用対象

こちらもご覧ください