BmpOptions.VerticalResolution

BmpOptions.VerticalResolution property

Gets or sets the vertical resolution. Note due to the rounding the resulting resolution may slightly differ from the passed.

[Obsolete("Please, use ResolutionSettings instead")]
public double VerticalResolution { get; set; }

Property Value

The vertical resolution.

See Also