共用方式為


ReceiptPrinterCapabilities.IsRight90RotationSupported 屬性

定義

取得收據印表機站是否可以列印向右旋轉 90 度的資訊。

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

屬性值

Boolean

bool

如果收據印表機站可以列印右邊 90 度旋轉的資訊,則為 True;否則為 false。

實作

適用於

另請參閱