Gets or sets the URL for the thumbnail generator.

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

Syntax

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

Field Value

The URL for the thumbnail generator.

See Also