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