SearchUIOptions Interface
Represents options for configuring the search functionality in the PDF viewer.
export declare interface SearchUIOptions extends VisibilityOption
Remarks
This interface provides control over whether the search button is visible. It provides a simple way to enable or disable the search feature in the viewer.
Inherited Fields
| isVisible | Gets or sets whether the element is visible. (Inherited from VisibilityOption) |