Gets or sets the URL for the service that handles full text searching.

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

Syntax

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

Field Value

The search service URL.

See Also