ResolutionSetting Class
Summary: The resolution setting for image save options.
Module: aspose.psd
Full Name: aspose.psd.ResolutionSetting
Aspose.PSD Version: 24.12.0
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 | double | r/w | Gets or sets the horizontal resolution. |
| vertical_resolution | double | 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 | double | The horizontal resolution. |
| vertical_resolution | double | The vertical resolution. |