Gets or sets the URL of the image used to render a spacer between button groups.

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

Syntax

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

Field Value

The spacer image URL.

Remarks

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

See Also