Aspose::Pdf::Devices::Resolution class

Resolution class

Represents class for holding image resolution.

class Resolution : public System::Object

Methods

MethodDescription
get_X() constGets horizontal image resolution.
get_Y() constGets vertical image resolution.
Resolution(int32_t)Initializes a new instance of the Resolution class.
Resolution(int32_t, int32_t)Initializes a new instance of the Resolution class.
set_X(int32_t)Sets horizontal image resolution.
set_Y(int32_t)Sets vertical image resolution.

See Also