次の方法で共有


ReceiptPrinterCapabilities.IsLeft90RotationSupported プロパティ

定義

レシート プリンター ステーションが左に 90 度回転した情報を印刷できるかどうかを取得します。

public:
 property bool IsLeft90RotationSupported { bool get(); };
bool IsLeft90RotationSupported();
public bool IsLeft90RotationSupported { get; }
var boolean = receiptPrinterCapabilities.isLeft90RotationSupported;
Public ReadOnly Property IsLeft90RotationSupported As Boolean

プロパティ値

Boolean

bool

True の 場合、レシート プリンター ステーションは、左に 90 度回転情報を印刷できます。それ以外の場合は false。

実装

適用対象

こちらもご覧ください