IUIPrintInteractionControllerDelegate Interface

Definition

Interface representing the required methods (if any) of the protocol UIPrintInteractionControllerDelegate.

[Foundation.Protocol(Name="UIPrintInteractionControllerDelegate", WrapperType=typeof(UIKit.UIPrintInteractionControllerDelegateWrapper))]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIPrintInteractionControllerDelegate : IDisposable, ObjCRuntime.INativeObject
type IUIPrintInteractionControllerDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

This interface contains the required methods (if any) from the protocol defined by UIPrintInteractionControllerDelegate.

If developers create classes that implement this interface, the implementation methods will automatically be exported to Objective-C with the matching signature from the method defined in the UIPrintInteractionControllerDelegate protocol.

Optional methods (if any) are provided by the UIPrintInteractionControllerDelegate_Extensions class as extension methods to the interface, allowing developers to invoke any optional methods on the protocol.

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension 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