UIPrintInteractionControllerDelegate_Extensions Class

Definition

Extension methods to the IUIPrintInteractionControllerDelegate interface to support all the methods from the UIPrintInteractionControllerDelegate protocol.

public static class UIPrintInteractionControllerDelegate_Extensions
type UIPrintInteractionControllerDelegate_Extensions = class
Inheritance
UIPrintInteractionControllerDelegate_Extensions

Remarks

The extension methods for IUIPrintInteractionControllerDelegate allow developers to treat instances of the interface as having all the optional methods of the original UIPrintInteractionControllerDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

ChooseCutterBehavior(IUIPrintInteractionControllerDelegate, UIPrintInteractionController, NSNumber[])

Gets the UIPrinterCutterBehavior for the print job.

ChoosePaper(IUIPrintInteractionControllerDelegate, UIPrintInteractionController, UIPrintPaper[])

Retrieves an object holding the paper size and printing area to use for a printing job.

CutLengthForPaper(IUIPrintInteractionControllerDelegate, UIPrintInteractionController, UIPrintPaper)

The length to use when cutting the page.

DidDismissPrinterOptions(IUIPrintInteractionControllerDelegate, UIPrintInteractionController)

Indicates that the printer user interface has been dismissed.

DidFinishJob(IUIPrintInteractionControllerDelegate, UIPrintInteractionController)

Indicates that the print job has ended.

DidPresentPrinterOptions(IUIPrintInteractionControllerDelegate, UIPrintInteractionController)

Indicates that the printing-options user interface has been presented.

GetViewController(IUIPrintInteractionControllerDelegate, UIPrintInteractionController)

Returns the parent UIViewController for managing the printing-options view.

WillDismissPrinterOptions(IUIPrintInteractionControllerDelegate, UIPrintInteractionController)

Indicates that the printing-options user interface will be dismissed.

WillPresentPrinterOptions(IUIPrintInteractionControllerDelegate, UIPrintInteractionController)

Indicates that the printing-options interface is about to be displayed.

WillStartJob(IUIPrintInteractionControllerDelegate, UIPrintInteractionController)

Indicates that the print job is about to begin.

Applies to