These constants describe the state of a printer information table stored by an NSPrinter object.
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public enum NSPrinterTableStatus
Public Enumeration NSPrinterTableStatus
public enum class NSPrinterTableStatus

Member | Description |
---|---|
NSPrinterTableOK | Printer table was found and is valid. Available in Mac OS X v10.0 and later. |
NSPrinterTableNotFound | Printer table was not found. Available in Mac OS X v10.0 and later. |
NSPrinterTableError | Printer table is not valid. Available in Mac OS X v10.0 and later. |

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)