Resolution

Overview

Resolution is a class in Aspose.PDF FOSS for C++.

Resolution stores horizontal and vertical DPI via X() and Y() getters and setters.

This class provides 4 methods for working with Resolution objects in C++ programs. Available methods include: X, Y. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
X()intCalls X on this Resolution instance.
X(value: int)Calls X(value) on this Resolution instance.
Y()intCalls Y on this Resolution instance.
Y(value: int)Calls Y(value) on this Resolution instance.

See Also