Gets or sets the URL for the PDF rendering service.

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

Syntax

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

Field Value

The service URL.

See Also