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