BmpOptionsHorizontalResolution Property

Note: This API is now obsolete.

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

Namespace:  Aspose.CAD.ImageOptions
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
[ObsoleteAttribute("Please, use ResolutionSettings instead")]
public double HorizontalResolution { get; set; }

Property Value

Type: Double
The horizontal resolution.
See Also