ESRI.ArcGIS.ADF.Web.UI.WebControls
ImageFormat Property
See Also 
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(False)>
<ResCategoryAttribute("Output")>
Public Property ImageFormat As WebImageFormat
Visual Basic (Usage)Copy Code
Dim instance As Navigation
Dim value As WebImageFormat
 
instance.ImageFormat = value
 
value = instance.ImageFormat
C# 
[ResDescriptionAttribute("Format of the generated image when using a font character as a north arrow.")]
[BindableAttribute(false)]
[ResCategoryAttribute("Output")]
public WebImageFormat ImageFormat {get; set;}

Return 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.

See Also

© 2010 All Rights Reserved.