ReceiptPrinterCapabilities.IsLeft90RotationSupported Property

Definition

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

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

Property Value

Boolean

bool

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

Implements

Applies to

See also