---
title: PMResolution
framework: Application Services
role: pseudoSymbol
platforms: []
path: applicationservices/core_printing/pmresolution
---

# PMResolution

A data structure that contains printing resolution information.

## Declaration

```occ
struct PMResolution {
   double hRes;
   double vRes;
};
```

## Overview

The functions [PMGetResolution](1805451-pmgetresolution.md) and [PMPrinterGetPrinterResolution](1805554-pmprintergetprinterresolution.md) use this structure to return printing resolution information. Your application can pass this information to the function [PMSetResolution](1805452-pmsetresolution.md).

## Topics

### Fields

- [hRes](../pmresolution/1460032-hres.md)
- [vRes](../pmresolution/1464671-vres.md)
