---
title: "printerDestinations(for:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uiprintserviceextension/printerdestinations(for:)"
---

# printerDestinations(for:)

Searches for a printer destination that matches the print-job attributes.

## Declaration

```swift
func printerDestinations(for printInfo: UIPrintInfo) -> [UIPrinterDestination]
```

## Parameters

- `printInfo`: The characteristics of a print job.

## Return Value

Return Value A printer or printers that fulfill the printing options in printInfo.

## Discussion

Discussion This method inspects the UIPrintInfo record to determine which printers to display to the user.
