Gets or sets the CSS class applied to the rectangle that highlights search results.
Namespace: TallComponents.Web.PdfAssembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0
Syntax
| C# |
|---|
public string SearchResultCssClass { get; set; } |
| Visual Basic |
|---|
Public Property SearchResultCssClass As String
Get
Set |
| Visual C++ |
|---|
public:
property String^ SearchResultCssClass {
String^ get ();
void set (String^ value);
} |
Field Value
The CSS class applied to the rectangle that highlights search results.
See Also