PDEPlugInCallbackProtocol.GetPrinter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual PrintCore.PMPrinter GetPrinter();
[<Foundation.Export("PMPrinter")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetPrinter : unit -> PrintCore.PMPrinter
override this.GetPrinter : unit -> PrintCore.PMPrinter
Returns
The current PMPrinter.
Implements
- Attributes