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