<!--
{
  "availability" : [
    "iOS: 6.0.0 -",
    "iPadOS: 6.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIActivity/ActivityType-swift.struct/print",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@UIActivityTypePrint"
  },
  "title" : "print"
}
-->

# print

A type of activity that prints the provided content.

```
static let print: UIActivity.ActivityType
```

## Discussion

When using this service, you can provide [`UIImage`](/documentation/UIKit/UIImage) and <doc://com.apple.documentation/documentation/Foundation/NSData> objects and <doc://com.apple.documentation/documentation/Foundation/NSURL> objects pointing to local files as data for the activity items. You can also provide [`UIPrintPageRenderer`](/documentation/UIKit/UIPrintPageRenderer), [`UIPrintFormatter`](/documentation/UIKit/UIPrintFormatter), and [`UIPrintInfo`](/documentation/UIKit/UIPrintInfo) objects.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)