Contents

booleanForKey:inTable:

Returns the Boolean value associated with the specified key.

Declaration

- (BOOL) booleanForKey:(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 Boolean value associated with the key. Returns false if the key is not in the table or the receiver lacks a PPD file.

See Also

Deprecated