![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
Print(Envelope,Int32,Int32,Int32,WebImageFormat,Dictionary<String,Exception>) Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > MapDrawUtility Class > Print Method : Print(Envelope,Int32,Int32,Int32,WebImageFormat,Dictionary<String,Exception>) Method |
- extent
- Extent to draw
- imageWidth
- Width of output image
- imageHeight
- Height of output image
- dpi
- Dpi of output image
- imageFormat
- Format of output image
- exceptions
- Output parameter that will contain any exceptions encountered.
Visual Basic (Declaration) | |
---|---|
Public Overloads Function Print( _ ByVal extent As ESRI.ArcGIS.ADF.Web.Geometry.Envelope, _ ByVal imageWidth As Integer, _ ByVal imageHeight As Integer, _ ByVal dpi As Integer, _ ByVal imageFormat As ESRI.ArcGIS.ADF.Web.WebImageFormat, _ ByRef exceptions As Dictionary(Of String,Exception) _ ) As ESRI.ArcGIS.ADF.Web.MapImage |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As MapDrawUtility Dim extent As ESRI.ArcGIS.ADF.Web.Geometry.Envelope Dim imageWidth As Integer Dim imageHeight As Integer Dim dpi As Integer Dim imageFormat As ESRI.ArcGIS.ADF.Web.WebImageFormat Dim exceptions As Dictionary(Of String,Exception) Dim value As ESRI.ArcGIS.ADF.Web.MapImage value = instance.Print(extent, imageWidth, imageHeight, dpi, imageFormat, exceptions) |
C# | |
---|---|
public ESRI.ArcGIS.ADF.Web.MapImage Print( ESRI.ArcGIS.ADF.Web.Geometry.Envelope extent, int imageWidth, int imageHeight, int dpi, ESRI.ArcGIS.ADF.Web.WebImageFormat imageFormat, out Dictionary<string,Exception> exceptions ) |
Parameters
- extent
- Extent to draw
- imageWidth
- Width of output image
- imageHeight
- Height of output image
- dpi
- Dpi of output image
- imageFormat
- Format of output image
- exceptions
- Output parameter that will contain any exceptions encountered.
Return Value
A MapImage object with the generated map image.Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family