Gets or sets the URL of the image displayed on the toolbar button that navigates to the previous page.

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

Syntax

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

Field Value

The URL of the image displayed on the toolbar button that navigates to the previous page.

Remarks

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

See Also