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; }
Public Property ScaleMode As ReportScaleModes
Get
Set
Property Value
Type:
ReportScaleModesRemarks
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