PDEPlugInCallbackProtocol.GetPrintSession Method

Definition

Returns the current print session.

[Foundation.Export("printSession")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual PrintCore.PMPrintSession? GetPrintSession();
[<Foundation.Export("printSession")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetPrintSession : unit -> PrintCore.PMPrintSession
override this.GetPrintSession : unit -> PrintCore.PMPrintSession

Returns

The current PMPrintSession, or null if unavailable.

Implements

Attributes

Applies to