IPDEPlugInCallbackProtocol.GetPrintSettings 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 print settings being modified by the dialog.
[Foundation.Export("printSettings")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual PrintCore.PMPrintSettings? GetPrintSettings();
[<Foundation.Export("printSettings")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetPrintSettings : unit -> PrintCore.PMPrintSettings
override this.GetPrintSettings : unit -> PrintCore.PMPrintSettings
Returns
The current PMPrintSettings, or null if the dialog
is not operating on print settings (for example, a page setup dialog).
- Attributes