UIPrintInteractionResult Class

Definition

public class UIPrintInteractionResult
type UIPrintInteractionResult = class
Inheritance
UIPrintInteractionResult

Remarks

This class holds the return values from the asynchronous method PresentFromRectInViewAsync(CGRect, UIView, Boolean, Boolean).

Constructors

UIPrintInteractionResult(UIPrintInteractionController, Boolean)

Constructs an instance of UIKit.UIPrintInteractionResult

Properties

Completed

Whether the print interaction completed.

PrintInteractionController

The UIPrintInteractionController to which this result refers.

Applies to