ResolutionSetting Class
Summary: The resolution setting for image save options.
Module: aspose.imaging
Full Name: aspose.imaging.ResolutionSetting
Constructors
| Name | Description | 
|---|---|
| ResolutionSetting() | Initializes a new instance of the ResolutionSetting class. | 
| ResolutionSetting(horizontal_resolution, vertical_resolution) | Initializes a new instance of the ResolutionSetting class. | 
Properties
| Name | Type | Access | Description | 
|---|---|---|---|
| horizontal_resolution | float | r/w | Gets or sets the horizontal resolution. | 
| vertical_resolution | float | r/w | Gets or sets the vertical resolution. | 
Constructor: ResolutionSetting()
 ResolutionSetting() 
Initializes a new instance of the ResolutionSetting class.
Constructor: ResolutionSetting(horizontal_resolution, vertical_resolution)
 ResolutionSetting(horizontal_resolution, vertical_resolution) 
Initializes a new instance of the ResolutionSetting class.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| horizontal_resolution | float | The horizontal resolution. | 
| vertical_resolution | float | The vertical resolution. |