Share via


IPdfViewDelegate.WillChangeScaleFactor(PdfView, NFloat) Method

Definition

[Foundation.Export("PDFViewWillChangeScaleFactor:toScale:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Runtime.InteropServices.NFloat WillChangeScaleFactor(PdfKit.PdfView sender, System.Runtime.InteropServices.NFloat scale);
[<Foundation.Export("PDFViewWillChangeScaleFactor:toScale:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillChangeScaleFactor : PdfKit.PdfView * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
override this.WillChangeScaleFactor : PdfKit.PdfView * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat

Parameters

sender
PdfView
scale
NFloat

Returns

Attributes

Applies to