[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapViewport

IMapViewport Interface

Represents the map viewport rendering item.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IMapViewport : IMapSubItem

Properties

Name Description
ContentMargin

Gets the margin between a MapViewport element and its content.

GridUnderContent

Gets a value indicating whether the map meridians and map parallels will be drawn under the map content.

MapCoordinateSystem

Gets the coordinate system rendering settings.

MapLimits

Gets the map viewport rendering limits.

MapMeridians

Gets the meridians rendering settings.

MapParallels

Gets the parallels rendering settings.

MapProjection

Gets the used map projection.

MapView

Gets the map viewport main view settings.

MaximumZoom

Gets the maximum zoom level that is allowed in a Map element.

MinimumZoom

Gets the minimum zoom level that is allowed in a Map element.

ProjectionCenterX

Gets the X projection center of a MapViewport element in map coordinates.

ProjectionCenterY

Gets the Y projection center of a MapViewport element in map coordinates.

ScaleFactor

Gets or sets the twips to kilometers scale factor.

SimplificationResolution

Gets the resolution that is used to simplify map polygons and map lines. The resolution is specified in map coordinates.

Extension Methods