BmpOptionsVerticalResolution Property

Note: This API is now obsolete.

Gets or sets the vertical 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 VerticalResolution { get; set; }

Property Value

Type: Double
The vertical resolution.
See Also