Share via


UIPrintInteractionControllerDelegate.CutLengthForPaper Method

Definition

The length to use when cutting the page.

[Foundation.Export("printInteractionController:cutLengthForPaper:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Runtime.InteropServices.NFloat CutLengthForPaper(UIKit.UIPrintInteractionController printInteractionController, UIKit.UIPrintPaper paper);
[<Foundation.Export("printInteractionController:cutLengthForPaper:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CutLengthForPaper : UIKit.UIPrintInteractionController * UIKit.UIPrintPaper -> System.Runtime.InteropServices.NFloat
override this.CutLengthForPaper : UIKit.UIPrintInteractionController * UIKit.UIPrintPaper -> System.Runtime.InteropServices.NFloat

Parameters

printInteractionController
UIPrintInteractionController
paper
UIPrintPaper

Returns

Implements

Attributes

Applies to