次の方法で共有


ReceiptPrinterCapabilities.SupportedBitmapRotations プロパティ

定義

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

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

プロパティ値

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

実装

適用対象

こちらもご覧ください