Display the system print panels and manage the printing process.
Framework
- UIKit
Display the system print panels and manage the printing process.
Framework
class UIPrint Interaction Controller
A printing user interface that manages the printing of documents, images, and other printable content in iOS.
class UIPrinter Picker Controller
A view controller that displays the standard interface for selecting a printer.
class UIPrint Page Renderer
An object that draws pages of content that are to be printed, with or without the assistance of print formatters.
class UIPrinter
A printer on the network.
class UIPrint Info
Information about a print job.
class UIPrint Paper
The size of paper used for a print job and the rectangle in which content can be printed.
class UIPrint Formatter
An abstract base class for print formatters, which are objects that lay out custom printable content that can cross page boundaries.
class UIView Print Formatter
An object that lays out the drawn content (which can span multiple pages) of a view for printing.
class UISimple Text Print Formatter
An object that lays out plain text for printing, possibly over multiple pages.
class UIMarkup Text Print Formatter
An object that lays out HTML markup text for a multipage print job.
Create and manage images, including those that use bitmap and PDF formats.
Configure your app's drawing environment using colors, renderers, draw paths, strings, and shadows.