Class ResolutionSetting
Class ResolutionSetting
Namespace: Aspose.Imaging
Assembly: Aspose.Imaging.dll (25.2.0)
The resolution setting for image save options.
public class ResolutionSetting
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
ResolutionSetting()
Initializes a new instance of the Aspose.Imaging.ResolutionSetting class.
public ResolutionSetting()
ResolutionSetting(double, double)
Initializes a new instance of the Aspose.Imaging.ResolutionSetting class.
public ResolutionSetting(double horizontalResolution, double verticalResolution)
Parameters
horizontalResolution
double
The horizontal resolution.
verticalResolution
double
The vertical resolution.
Properties
HorizontalResolution
Gets or sets the horizontal resolution.
public double HorizontalResolution { get; set; }
Property Value
VerticalResolution
Gets or sets the vertical resolution.
public double VerticalResolution { get; set; }