This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServerInit Interface > IMapServerInit.MaxImageHeight Property (ArcObjects .NET 10.4 SDK) |
The maximum height in pixels of an image request.
[Visual Basic .NET] Public Property MaxImageHeight As Integer
[C#] public int MaxImageHeight {get; set;}
[C++]
HRESULT get_MaxImageHeight(
long* Height
);
[C++]
HRESULT put_MaxImageHeight(
long Height
);
[C++]
Parameters Height [out, retval] Height is a parameter of type long Height [in] Height is a parameter of type long
In order to control the size of an exported map image, IMapServerInit contains two properties: MaxImageHeight and MaxImageWidth. The default value for these properties is 2048 pixels. The MaxImageHeight can also be changed by modifying the MaxImageHeight XML tag in the MapServer's configuration file.