PrinterCartridgeSensors Enum
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.
Enumerates the possible printer-cartridge-monitoring sensors.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum PrinterCartridgeSensors
[<System.Flags>]
type PrinterCartridgeSensors =
Public Enum PrinterCartridgeSensors
- Inheritance
-
PrinterCartridgeSensors
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | The device does not support cartridge-monitoring sensors. |
Removed | 1 | A sensor that indicates the cartridge has been removed. |
Empty | 2 | A sensor that indicates the cartridge is empty. |
NearEnd | 4 | A sensor that determines whether the color cartridge is near its end. |
Cleaning | 8 | A sensor that indicates the head is being cleaned. |