ReceiptPrinterCapabilities.Is180RotationSupported Property

Definition

Gets whether the receipt printer station can print in a rotated upside-down mode.

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

Property Value

Boolean

bool

True if the receipt printer station can print in a rotated upside-down mode; otherwise false.

Implements

Applies to

See also