MapResolution Property

Resolution to be used to render this map and to convert between Measurement. Defaults to 96.

Namespace:  Aspose.Gis.Rendering
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public double Resolution { get; set; }

Property Value

Type: Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Argument is negative or equal to 0.
See Also