Gets or sets the URL of the image displayed on the zoom 1:1 toolbar button.

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

Syntax

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

Field Value

The URL of the image displayed on the zoom 1:1 toolbar button.

Remarks

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

See Also