VisibilityOption Interface
Represents options for controlling the visibility of PDF viewer elements.
export declare interface VisibilityOption
Remarks
This interface provides a simple way to control whether certain UI elements or features should be visible in the PDF viewer.
Fields
isVisible
Gets or sets whether the element is visible.
isVisible?: boolean;
Remarks
When set to true, the element will be displayed. When false, the element will be hidden. If not specified, defaults to true (visible).