2#ifndef _aspose_drawing_printing_printer_resolution_h_ 
    3#define _aspose_drawing_printing_printer_resolution_h_ 
    5#include <system/object.h> 
    7namespace System { 
namespace Drawing { 
namespace Printing {
 
Represents a resolution of a printer. Objects of this class should only be allocated using System::Ma...
Definition: printer_resolution.h:13
int get_Y() const
Returns vertical resolution.
Definition: printer_resolution.h:28
int get_X() const
Returns horizontal resolution.
Definition: printer_resolution.h:16
void set_Y(int value)
Sets vertical resolution.
Definition: printer_resolution.h:34
void set_X(int value)
Sets horizontal resolution.
Definition: printer_resolution.h:22
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Definition: db_command.h:9