ReceiptPrinterCapabilities.IsLeft90RotationSupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.