<!--
{
  "availability" : [
    "macOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Quartz",
  "identifier" : "/documentation/Quartz/IKSlideshow/canExport(toApplication:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Quartz"
    ],
    "preciseIdentifier" : "c:objc(cs)IKSlideshow(cm)canExportToApplication:"
  },
  "title" : "canExport(toApplication:)"
}
-->

# canExport(toApplication:)

Finds out whether the slideshow can export its contents to an application.

```
class func canExport(toApplication applicationBundleIdentifier: String!) -> Bool
```

## Parameters

`applicationBundleIdentifier`

The bundle identifier of the application that you want to export the slideshow to. See [Bundle Identifiers](/documentation/Quartz/bundle-identifiers).

## Return Value

<doc://com.apple.documentation/documentation/Swift/true> if the slideshow can be exported to the specified application; <doc://com.apple.documentation/documentation/Swift/false> otherwise.

---

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)