Click or drag to resize

ReportElementScaleMode Property

Defines how to handle the scaling of map areas.

Namespace:  Easymap.AddIn.Elements
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public ReportScaleModes ScaleMode { get; set; }

Property Value

Type: ReportScaleModes
Remarks
You have two options to set the scale: Either you choose the same scale for all sheets or the maximum scale for each map. The latter means that all maps have different, maximized scales depending on the size of the area.
See Also