Returns an NSPrintInfo object initialized with the parameters in the specified dictionary.
Original signature is '- (id)initWithDictionary:(NSDictionary *)aDictionary'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public NSPrintInfo( NSDictionary aDictionary )
Public Sub New ( _ aDictionary As NSDictionary _ )
public: NSPrintInfo( NSDictionary^ aDictionary )

- aDictionary (NSDictionary)
- The possible key-value pairs contained in aDictionary are described in “Constants.”

An initialized NSPrintInfo object, or nil if the object could not be created.

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