MapWidth Property

Visual width of the map.

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

Property Value

Type: Measurement
Exceptions
ExceptionCondition
ArgumentExceptionUnit of the value is MapUnits or MetersOnEarth.
ArgumentOutOfRangeException Value is negative or zero.
See Also