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; }
<ObsoleteAttribute("Please, use ResolutionSettings instead")>
Public Property VerticalResolution As Double
Get
Set
public:
[ObsoleteAttribute(L"Please, use ResolutionSettings instead")]
property double VerticalResolution {
double get ();
void set (double value);
}
[<ObsoleteAttribute("Please, use ResolutionSettings instead")>]
member VerticalResolution : float with get, set
Property Value
Type:
Double
The vertical resolution.
See Also