The members of UIKit.UIPrintInteractionControllerDelegate_Extensions are listed below.
See Also: Inherited members from System.Object
Public Methods
static | ChoosePaper(this IUIPrintInteractionControllerDelegate, UIPrintInteractionController, UIPrintPaper[]) : UIPrintPaperRetrieves an object holding the paper size and printing area to use for a printing job. |
static | CutLengthForPaper(this IUIPrintInteractionControllerDelegate, UIPrintInteractionController, UIPrintPaper) : nfloatThe length to use when cutting the page. |
static | DidDismissPrinterOptions(this IUIPrintInteractionControllerDelegate, UIPrintInteractionController)Indicates that the printer user interface has been dismissed. |
static | DidFinishJob(this IUIPrintInteractionControllerDelegate, UIPrintInteractionController)Indicates that the print job has ended. |
static | DidPresentPrinterOptions(this IUIPrintInteractionControllerDelegate, UIPrintInteractionController)Indicates that the printing-options user interface has been presented. |
static | GetViewController(this IUIPrintInteractionControllerDelegate, UIPrintInteractionController) : UIViewControllerReturns the parent UIViewController for managing the printing-options view. |
static | WillDismissPrinterOptions(this IUIPrintInteractionControllerDelegate, UIPrintInteractionController)Indicates that the printing-options user interface will be dismissed. |
static | WillPresentPrinterOptions(this IUIPrintInteractionControllerDelegate, UIPrintInteractionController)Indicates that the printing-options interface is about to be displayed. |
static | WillStartJob(this IUIPrintInteractionControllerDelegate, UIPrintInteractionController)Indicates that the print job is about to begin. |