Contents

intForKey:inTable:

Returns the integer value associated with the specified key.

Declaration

- (int) intForKey:(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 integer value. Returns 0 if the key is not in the table or the receiver lacks a PPD file.

See Also

Deprecated