Instance Method インスタンスメソッド

printSettings

Returns the current print settings object.

Declaration 宣言

- (PMPrintSettings)printSettings;

Return Value 戻り値

The print settings object for the current print job. If your PDE is not extending the Print dialog, this method returns nil.

Discussion 解説

You may send this message to the receiver to obtain the print settings object for the current print job, if the object exists.