IPDEPlugInCallbackProtocol.GetPageFormat Method

Definition

Returns the page format used by the dialog.

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

Returns

The current PMPageFormat, or null if the dialog is operating without a page format.

Attributes

Applies to