Contents

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.

Return Value

true if the key is in the table; otherwise, false.

See Also

Deprecated