Platforms to show: All Mac Windows Linux Cross-Platform
UIPrinterPickerControllerMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Printing iOS | MBS iOS Plugin | 24.2 | ❌ No | ❌ No | ❌ No | ✅ Yes | iOS only |
You can use a printer picker controller to display a list of printers to the user prior to printing a document, photo, or other content. Printer pickers display all pickers normally but you can filter out printers by assigning an appropriate delegate object to the picker before displaying it.
- 7 events
- event Completed(userDidSelect as Boolean, error as NSErrorMBS)
- event DidDismiss
- event DidPresent
- event DidSelectPrinter
- event shouldShowPrinter(printer as UIPrinterMBS) as Boolean
- event WillDismiss
- event WillPresent
- 3 properties
- property Handle as Integer
- property isBeingPresented as Boolean
- property selectedPrinter as UIPrinterMBS
- 4 methods
- method Constructor(printer as UIPrinterMBS = nil)
- method Destructor
- method Dismiss
- method Present
This class has no sub classes.
Some examples using this class:
Blog Entries
- News from the MBS Xojo Plugins Version 24.2
- MonkeyBread Software Releases the MBS Xojo Plugins in version 24.2
- Print dialogs for iOS in Xojo
- MBS Xojo Plugins, version 24.2pr1
Xojo Developer Magazine
Release notes
- Version 24.2
- Added classes for printing on iOS: UIPrintPaperMBS, UIPrintInteractionControllerMBS, UIPrintInfoMBS, UIPrinterPickerControllerMBS and UIPrinterMBS.
The items on this page are in the following plugins: MBS iOS Plugin.