PrinterCartridgeNotify Enumeration

2/27/2008

Enumerates the possible cartridge-state notification capabilities for a printer.

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

Syntax

'Declaration
Public Enumeration PrinterCartridgeNotify
public enum PrinterCartridgeNotify
public enum class PrinterCartridgeNotify
public enum PrinterCartridgeNotify
public enum PrinterCartridgeNotify

Members

Member name Description
Disabled Cartridge-state notifications are not available.
Enabled Cartridge-state notifications are available.

Remarks

Used by the CartridgeNotify property. Members of this enumeration replace the PTR_CN_DISABLED and PTR_CN_ENABLED UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace