UIPrintInteractionResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The return values of the asynch methods M:UIKit.UIPrintInteractionController.PresentAsync*, PresentFromBarButtonItemAsync(UIBarButtonItem, Boolean, Boolean), and PresentFromRectInViewAsync(CGRect, UIView, Boolean, Boolean).
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. |