GetResolution
void GetResolution(int32* xdpi, int32* ydpi) const;
void GetResolution(int32* xDPI, int32* yDPI);
reader.GetResolution(&xdpi, &ydpi);