Share via


PrinterCartridgeStates Enumeration

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Usage

'Usage
Dim printerCartridgeStates1 As PrinterCartridgeStates = PrinterCartridgeStates.Cleaning

Syntax

'Declaration
Public Enum PrinterCartridgeStates
public enum PrinterCartridgeStates
public enum class PrinterCartridgeStates
public enum PrinterCartridgeStates
public enum PrinterCartridgeStates

Members

Member name Description
Cleaning The printer head is being cleaned.
Empty The cartridge is empty.
NearEnd The cartridge is near its end.
OK The cartridge in normal condition.
Removed The cartridge has been removed.
Unknown Cannot determine the cartridge state.

Remarks

Defines the possible printer cartridge states. Replaces the PTR_CART_UNKNOWN, PTR_CART_REMOVED, PTR_CART_EMPTY, PTR_CART_CLEANING, PTR_CART_NEAREND, and PTR_CART_OK constants.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace