ReportScaleModes Enumeration |
ReportScaleOptions defines how to handle the scaling of map areas.
Namespace:
Easymap.AddIn.Elements
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic enum ReportScaleModes
Public Enumeration ReportScaleModes
Members
| Member name | Value | Description |
---|
| UseSameScale | 0 |
Use the same scale for all map areas.
|
| UseMaxScale | 1 |
Use the maximum scale for each map area.
|
See Also