Returns the status of the specified table.
Original signature is '- (NSPrinterTableStatus)statusForTable:(NSString *)table'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSPrinterTableStatus StatusForTable( NSString table )
Public Overridable Function StatusForTable ( _ table As NSString _ ) As NSPrinterTableStatus
public: virtual NSPrinterTableStatus StatusForTable( NSString^ table )

- table (NSString)
- The name of a table from the printer's PPD file.

One of the return values described in “Constants.”

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