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