Creates and returns an NSPrinter object initialized to the first available printer with the specified make and model information.
Original signature is '+ (NSPrinter *)printerWithType:(NSString *)type'
Available in Mac OS X v10.0 and later.


- type (NSString)
- A string describing the make and model information. You can get this string using the printerTypes method.

An initialized NSPrinter object, or nil if the specified printer was not available.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)