The methods of UIKit.UIPrintInteractionControllerDelegate are listed below. For a list of all members, see the UIPrintInteractionControllerDelegate Members list.
See Also: Inherited members from Foundation.NSObject
ChoosePaper(UIPrintInteractionController, UIPrintPaper[])Retrieves an object holding the paper size and printing area to use for a printing job. | ||
CutLengthForPaper(UIPrintInteractionController, UIPrintPaper)The length to use when cutting the page. | ||
DidDismissPrinterOptions(UIPrintInteractionController)Indicates that the printer user interface has been dismissed. | ||
DidFinishJob(UIPrintInteractionController)Indicates that the print job has ended. | ||
DidPresentPrinterOptions(UIPrintInteractionController)Indicates that the printing-options user interface has been presented. | ||
GetViewController(UIPrintInteractionController)Returns the parent UIViewController for managing the printing-options view. | ||
WillDismissPrinterOptions(UIPrintInteractionController)Indicates that the printing-options user interface will be dismissed. | ||
WillPresentPrinterOptions(UIPrintInteractionController)Indicates that the printing-options interface is about to be displayed. | ||
WillStartJob(UIPrintInteractionController)Indicates that the print job is about to begin. | ||