UIPrintInteractionCompletionResult 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.
public class UIPrintInteractionCompletionResult
type UIPrintInteractionCompletionResult = class
- Inheritance
-
UIPrintInteractionCompletionResult
Remarks
This class holds the return values from the asynchronous method PrintToPrinterAsync(UIPrinter, Boolean).
Constructors
| UIPrintInteractionCompletionResult(UIPrintInteractionController, Boolean) |
Constructs an instance of UIKit.UIPrintInteractionCompletionResult |
Properties
| Completed |
Gets or sets a Boolean value that tells whether the print interaction completed. |
| PrintInteractionController |
Gets or sets the controller for the print interaction. |