ESRI.ArcGIS.ADF.Web.UI.WebControls
ImageFormat Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Navigation Class : ImageFormat Property




The format type of the image that will be generated (i.e. BMP, JPEG, PNG, GIF).

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Format of the generated image when using a font character as a north arrow.")>
<BindableAttribute(Bindable=False, Direction=BindingDirection.OneWay)>
<ResCategoryAttribute("Output")>
Public Property ImageFormat As ESRI.ArcGIS.ADF.Web.WebImageFormat
Visual Basic (Usage)Copy Code
Dim instance As Navigation
Dim value As ESRI.ArcGIS.ADF.Web.WebImageFormat
 
instance.ImageFormat = value
 
value = instance.ImageFormat
C# 
[ResDescriptionAttribute("Format of the generated image when using a font character as a north arrow.")]
[BindableAttribute(Bindable=false, Direction=BindingDirection.OneWay)]
[ResCategoryAttribute("Output")]
public ESRI.ArcGIS.ADF.Web.WebImageFormat ImageFormat {get; set;}

Property Value

Image format for the navigation image sent to the client.

Remarks

If an image is used instead of a font character (by setting DisplayImageUrl), the image is used as-is in its native format, unless the Map is rotated away from north-up.

Requirements

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

See Also

© 2011 All Rights Reserved.