Table of Contents

Class ResolutionSetting

Namespace
Aspose.Imaging
Assembly
Aspose.Imaging.dll

The resolution setting for image save options.

public class ResolutionSetting
Inheritance
ResolutionSetting
Inherited Members

Constructors

ResolutionSetting()

Initializes a new instance of the ResolutionSetting class.

public ResolutionSetting()

ResolutionSetting(double, double)

Initializes a new instance of the 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

double

VerticalResolution

Gets or sets the vertical resolution.

public double VerticalResolution { get; set; }

Property Value

double