ReportElementScaleMode Property |
Defines how to handle the scaling of map areas.
Namespace: Easymap.AddIn.ElementsAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic ReportScaleModes ScaleMode { get; set; }Public Property ScaleMode As ReportScaleModes
Get
Set
Property Value
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