SlipPrinterCapabilities.IsLeft90RotationSupported プロパティ

定義

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

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

プロパティ値

Boolean

bool

True を指定すると、スリップ プリンター ステーションで情報を左に 90 度回転させることができます。それ以外の場合は false。

実装

適用対象

こちらもご覧ください