Share via


PrinterCartridgeSensors Enum

Definition

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

Cleaning 8

A sensor that indicates the head is being cleaned.

Empty 2

A sensor that indicates the cartridge is empty.

NearEnd 4

A sensor that determines whether the color cartridge is near its end.

None 0

The device does not support cartridge-monitoring sensors.

Removed 1

A sensor that indicates the cartridge has been removed.

Applies to