ResolutionSetting Class

Summary: The resolution setting for image save options.

Module: aspose.imaging

Full Name: aspose.imaging.ResolutionSetting

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
ResolutionSetting()Initializes a new instance of the ResolutionSetting class.
ResolutionSetting(horizontal_resolution, vertical_resolution)Initializes a new instance of the ResolutionSetting class.

Properties

NameTypeAccessDescription
horizontal_resolutiondoubler/wGets or sets the horizontal resolution.
vertical_resolutiondoubler/wGets 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:

ParameterTypeDescription
horizontal_resolutiondoubleThe horizontal resolution.
vertical_resolutiondoubleThe vertical resolution.