---
title: PMPrinterGetPrinterResolution
framework: Application Services
role: pseudoSymbol
platforms: []
path: applicationservices/core_printing/1805554-pmprintergetprinterresolution
---

# PMPrinterGetPrinterResolution

Obtains a resolution setting for the specified printer.

## Declaration

```occ
OSStatus PMPrinterGetPrinterResolution (
   PMPrinter printer,
   PMTag tag,
   PMResolution *res
);
```

## Parameters

- `printer`: The printer whose resolution you want to obtain.
- `tag`: A tag that specifies the kind of resolution information you want to obtain (minimum, maximum, default, and so forth). See [doc://com.apple.documentation/documentation/applicationservices/core_printing/tag_constants](applicationservices/core_printing/tag_constants.md) for a description of the constants you can pass in this parameter.
- `res`: A pointer to your [doc://com.apple.documentation/documentation/applicationservices/core_printing/pmresolution](applicationservices/core_printing/pmresolution.md) data structure. On return, the structure contains the resolution setting associated with the tag value.

## Return Value

A result code. The result code `kPMNotImplemented` indicates that the printer driver does not support multiple resolution settings.

## See Also

### Accessing Information About a Printer

- [PMPrinterCopyDescriptionURL](../1459187-pmprintercopydescriptionurl.md)
- [PMPrinterCopyDeviceURI](../1460543-pmprintercopydeviceuri.md)
- [PMPrinterCopyHostName](../1462076-pmprintercopyhostname.md)
- [PMPrinterCopyPresets](../1459117-pmprintercopypresets.md)
- [PMPrinterGetCommInfo](../1461069-pmprintergetcomminfo.md)
- [PMPrinterGetDescriptionURL](1805546-pmprintergetdescriptionurl.md)
- [PMPrinterGetDeviceURI](1805547-pmprintergetdeviceuri.md)
- [PMPrinterGetDriverCreator](../1459107-pmprintergetdrivercreator.md)
- [PMPrinterGetDriverReleaseInfo](../1464149-pmprintergetdriverreleaseinfo.md)
- [PMPrinterGetID](../1459606-pmprintergetid.md)
- [PMPrinterGetLanguageInfo](../1458956-pmprintergetlanguageinfo.md)
- [PMPrinterGetLocation](../1461467-pmprintergetlocation.md)
- [PMPrinterGetMakeAndModelName](../1463347-pmprintergetmakeandmodelname.md)
- [PMPrinterGetMimeTypes](../1460125-pmprintergetmimetypes.md)
- [PMPrinterGetName](../1459018-pmprintergetname.md)
- [PMPrinterGetOutputResolution](../1459076-pmprintergetoutputresolution.md)
- [PMPrinterSetOutputResolution](../1459931-pmprintersetoutputresolution.md)
- [PMPrinterGetPaperList](../1460088-pmprintergetpaperlist.md)
- [PMPrinterGetPrinterResolutionCount](../1462004-pmprintergetprinterresolutioncou.md)
- [PMPrinterGetIndexedPrinterResolution](../1464490-pmprintergetindexedprinterresolu.md)
- [PMPrinterGetState](../1462954-pmprintergetstate.md)
- [PMPrinterSetDefault](../1461118-pmprintersetdefault.md)
- [PMPrinterIsDefault](../1459030-pmprinterisdefault.md)
- [PMPrinterIsFavorite](../1462074-pmprinterisfavorite.md)
- [PMPrinterIsPostScriptCapable](../1464168-pmprinterispostscriptcapable.md)
- [PMPrinterIsPostScriptPrinter](../1462257-pmprinterispostscriptprinter.md)
- [PMPrinterIsRemote](../1461377-pmprinterisremote.md)
