ReceiptPrinterCapabilities.Is180RotationSupported 属性

定义

获取收据打印机站是否可以在旋转的倒置模式下打印。

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

属性值

Boolean

bool

如果收据打印机站可以在旋转的倒置模式下打印,则其值为 True;否则为 false。

实现

适用于

另请参阅