ESRI.ArcGIS.ADF.Tasks
ActivityIndicatorImage Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > PrintTask Class : ActivityIndicatorImage Property




URL of the image to display in the PrintTask while the task is executing.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(True)>
Public Overrides Property ActivityIndicatorImage As String
Visual Basic (Usage)Copy Code
Dim instance As PrintTask
Dim value As String
 
instance.ActivityIndicatorImage = value
 
value = instance.ActivityIndicatorImage
C# 
[BrowsableAttribute(true)]
public override string ActivityIndicatorImage {get; set;}

Remarks

The value must be a valid URL to the image. This may be a relative URL to an image within the web application (e.g., "../images/myActivityIndicator.gif"), or an absolute URL to an image in a shared directory on a Web server (e.g., "http://myserver.example.com/images/myExpanded.gif"). The ASP.NET application-relative path pattern (e.g., ~/images/myActivityIndicator.gif") will not work properly.

If not specified, the default image is used.

See Also

© 2010 All Rights Reserved.