ICommonPosPrintStationCapabilities.IsPaperEmptySensorSupported 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 printer station has an out-of-paper sensor.
public:
property bool IsPaperEmptySensorSupported { bool get(); };
bool IsPaperEmptySensorSupported();
public bool IsPaperEmptySensorSupported { get; }
var boolean = iCommonPosPrintStationCapabilities.isPaperEmptySensorSupported;
Public ReadOnly Property IsPaperEmptySensorSupported As Boolean
Property Value
Boolean
bool
True if the printer station has an out-of-paper sensor; otherwise false.