ReceiptPrinterCapabilities.IsRight90RotationSupported Property

Definition

Gets whether the receipt printer station can print information rotated 90 degrees to the right.

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

Property Value

Boolean

bool

True if the receipt printer station can print information rotated 90 degrees to the right; otherwise false.

Implements

Applies to

See also