stringListForKey:inTable:
Returns an array of strings, one for each occurrence, associated with specified key.
Declaration
- (NSArray *) stringListForKey:(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.
Return Value
An array of NSString objects, each containing a value associated with the specified key. Returns nil if the key is not in the table.