Platforms to show: All Mac Windows Linux Cross-Platform
UIPrintPaperMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Printing iOS | MBS iOS Plugin | 24.2 | ❌ No | ❌ No | ❌ No | ✅ Yes | iOS only |
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 7 properties
- property Handle as Integer
- property paperHeight as Double
- property paperWidth as Double
- property printableRectHeight as Double
- property printableRectLeft as Double
- property printableRectTop as Double
- property printableRectWidth as Double
- method Constructor Private
This class has no sub classes.
Some properties using for this class:
- UIPrintInteractionControllerMBS.printPaper as UIPrintPaperMBS
Blog Entries
- MonkeyBread Software Releases the MBS Xojo Plugins in version 24.2
- MBS Xojo Plugins, version 24.2pr1
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.
UIPrintInteractionControllerMBS - UIViewControllerMBS