isKey:inTable:
Returns a Boolean value that indicates whether the specified key is in the specified table.
Declaration
- (BOOL) isKey:(NSString *) key inTable:(NSString *) table;Parameters
- key:
The key whose value you want.
- table:
The name of a table from the printer’s PPD file.