IPDEPlugInCallbackProtocol.GetPageFormat メソッド

定義

ダイアログで使用されるページ形式を返します。

[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

返品

現在の PMPageFormat。ダイアログがページ形式なしで動作している場合は null

属性

適用対象