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