次の方法で共有


SlipPrinterCapabilities.SupportedBarcodeRotations プロパティ

定義

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

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

プロパティ値

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

実装

適用対象

こちらもご覧ください