The members of UIKit.UIPrintInteractionControllerDelegate are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor that initializes a new instance of this class with no parameters. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
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. | ||