Class ResolutionSetting

ResolutionSetting class

The resolution setting for image save options.

public class ResolutionSetting

Constructors

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

Properties

NameDescription
HorizontalResolution { get; set; }Gets or sets the horizontal resolution.
VerticalResolution { get; set; }Gets or sets the vertical resolution.

See Also