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.14.0

Syntax

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

Field Value

The search service URL.

See Also