The maximum width in pixels of an image request.
[Visual Basic 6.0] Property MaxImageWidth As Long
[Visual Basic .NET] Public Property MaxImageWidth As Integer
[C#] public int MaxImageWidth {get; set;}
[Java] public int getMaxImageWidth() throws IOException, AutomationException
[Java] public void setMaxImageWidth( Long MaxImageWidth ) throws IOException, AutomationException
[C++]
HRESULT get_MaxImageWidth(
long* Width
);
[C++] HRESULT put_MaxImageWidth( long Width);
Parameters
Width [out, retval]
Width is a parameter of type long
Width [in]
Width 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.