Share via


SlipPrinterCapabilities.SupportedBitmapRotations プロパティ

定義

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

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

プロパティ値

印刷時にスリップ プリンタ ステーションがビットマップを回転できる方向の一覧。

実装

適用対象

こちらもご覧ください