Share via


UIPrintInteractionController.CutLengthForPaper Property

Definition

Delegate invoked by the object to get a value.

public Func<UIKit.UIPrintInteractionController,UIKit.UIPrintPaper,System.Runtime.InteropServices.NFloat>? CutLengthForPaper { get; set; }
member this.CutLengthForPaper : Func<UIKit.UIPrintInteractionController, UIKit.UIPrintPaper, System.Runtime.InteropServices.NFloat> with get, set

Property Value

Remarks

Developers assign a function, delegate or anonymous method to this property to return a value to the object. If developers assign a value to this property, it this will reset the value for the WeakDelegate property to an internal handler that maps delegates to events.

Applies to