Gets or sets a value indicating whether to show the search box.
Namespace: TallComponents.Web.PdfAssembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0
Syntax
| C# |
|---|
public bool ShowSearchBox { get; set; } |
| Visual Basic |
|---|
Public Property ShowSearchBox As Boolean Get Set |
| Visual C++ |
|---|
public: property bool ShowSearchBox { bool get (); void set (bool value); } |