IPDEPlugInCallbackProtocol.GetPrinter Method

Definition

Returns the current printer. For a page setup dialog this is the default printer; for a print dialog it is the currently selected printer.

[Foundation.Export("PMPrinter")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual PrintCore.PMPrinter GetPrinter();
[<Foundation.Export("PMPrinter")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetPrinter : unit -> PrintCore.PMPrinter
override this.GetPrinter : unit -> PrintCore.PMPrinter

Returns

The current PMPrinter.

Attributes

Applies to