sizeForKey:inTable:
Returns the size data type associated with the specified key.
Declaration
- (NSSize) sizeForKey:(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 size value. Returns NSZeroSize if the key is not in the table or the receiver lacks a PPD file.