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