Gets or sets the URL of the image displayed in the toolbar when the viewer is busy.

Namespace: TallComponents.Web.Pdf
Assembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0

Syntax

C#
public string BusyImageUrl { get; set; }
Visual Basic
Public Property BusyImageUrl As String
	Get
	Set
Visual C++
public:
property String^ BusyImageUrl {
	String^ get ();
	void set (String^ value);
}

Field Value

The URL of the image displayed in the toolbar when the viewer is busy.

Remarks

If no value is specified the toolbar will use a default image.

This image should be an animated gif.

See Also