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

PMPrinter

Returns the current printer object.

Declaration 宣言

- (PMPrinter)PMPrinter;

Return Value 戻り値

The printer object for the currently selected printer.

Discussion 解説

You may send this message to the receiver to obtain the printer object for the currently selected printer in the dialog. If your PDE is extending the Page Setup dialog, this method returns the formatting printer. If your PDE is extending the Print dialog, this method returns the destination printer.