PrinterCartridgeStates 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 states.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum PrinterCartridgeStates
[<System.Flags>]
type PrinterCartridgeStates =
Public Enum PrinterCartridgeStates
- Inheritance
-
PrinterCartridgeStates
- Attributes
Fields
Name | Value | Description |
---|---|---|
OK | 0 | The cartridge in normal condition. |
Removed | 1 | The cartridge has been removed. |
Empty | 2 | The cartridge is empty. |
NearEnd | 4 | The cartridge is near its end. |
Cleaning | 8 | The printer head is being cleaned. |
Unknown | 268435456 | Cannot determine the cartridge state. |