Contents

PMResolution

A data structure that contains printing resolution information.

Declaration

struct PMResolution {
   double hRes;
   double vRes;
};

Overview

The functions PMGetResolution and PMPrinterGetPrinterResolution use this structure to return printing resolution information. Your application can pass this information to the function PMSetResolution.

Topics

Fields