ICommonReceiptSlipCapabilities.Is180RotationSupported 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 or slip printer station can print in a rotated upside-down mode.
public:
property bool Is180RotationSupported { bool get(); };
bool Is180RotationSupported();
public bool Is180RotationSupported { get; }
var boolean = iCommonReceiptSlipCapabilities.is180RotationSupported;
Public ReadOnly Property Is180RotationSupported As Boolean
Property Value
Boolean
bool
True if the receipt or slip printer station can print in a rotated upside-down mode; otherwise false.