rectForKey:inTable:
Returns the rectangle associated with the specified key.
Declaration
- (NSRect) rectForKey:(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
The rectangle value. Returns NSZeroRect if the key is not in the table or the receiver lacks a PPD file.