Gets or sets the URL of the image displayed on the toolbar button that navigates to the next page.
Namespace: TallComponents.Web.PdfAssembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0
Syntax
| C# |
|---|
public string NextImageUrl { get; set; } |
| Visual Basic |
|---|
Public Property NextImageUrl As String Get Set |
| Visual C++ |
|---|
public: property String^ NextImageUrl { String^ get (); void set (String^ value); } |
Field Value
The URL of the image displayed on the toolbar button that navigates to the next page.
Remarks
If no value is specified the toolbar will use a default image.