UIKit.UIPrintInteractionControllerDelegate Members

The members of UIKit.UIPrintInteractionControllerDelegate are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.

Protected Constructors

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.

Public Methods

ChoosePaper(UIPrintInteractionController, UIPrintPaper[]) : UIPrintPaper
Retrieves an object holding the paper size and printing area to use for a printing job.
CutLengthForPaper(UIPrintInteractionController, UIPrintPaper) : nfloat
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) : UIViewController
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.