BmpOptions.HorizontalResolution

BmpOptions.HorizontalResolution property

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

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

Property Value

The horizontal resolution.

See Also