ArcObjects Library Reference (Carto)  

IImageServerInit2.MaxImageWidth Property

The maximum width in pixels of an image request.

[Visual Basic .NET]
Public Property MaxImageWidth As Integer
[C#]
public int MaxImageWidth {get; set;}
[C++]
HRESULT get_MaxImageWidth(
  long* Width
);
[C++]
HRESULT put_MaxImageWidth(
  long Width
);
[C++]

Parameters

Width [out, retval]   Width is a parameter of type long Width [in]   Width is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IImageServerInit2 Interface

.NET Related Topics

How to create a local image service