Deprecated NSPrintInfo Methods

A method identified as deprecated has been superseded and may become unsupported in the future.

Deprecated in Mac OS X v10.2

setDefaultPrinter:

Deprecated. (Deprecated in Mac OS X v10.2.)

+ (void)setDefaultPrinter:(NSPrinter *)aPrinter

Availability
Declared In
NSPrintInfo.h

sizeForPaperName:

Deprecated. (Deprecated in Mac OS X v10.2.)

+ (NSSize)sizeForPaperName:(NSString *)name

Discussion

Use the pageSizeForPaper: method of NSPrinter instead.

Availability
Declared In
NSPrintInfo.h


© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-07-09)