Gets or sets the URL of the image displayed on the toolbar button that switches the viewer to zoom-out mode.

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

Syntax

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

Field Value

The URL of the image displayed on the toolbar button that switches the viewer to zoom-out mode.

Remarks

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

See Also