Class ResolutionSetting
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
doubleThe horizontal resolution.
verticalResolution
doubleThe 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; }