FreeTextUI Class
Represents the free text annotation component in the PDF viewer's toolbar.
export declare class FreeTextUI implements VisibilityElement
- Inheritance:
-
FreeTextUI
Implements
Remarks
This class provides functionality for configuring and managing free text annotations, including visibility control, font size, color settings, and an add button for creating new annotations.
Properties
isVisible
The current visibility state of the element.
get isVisible(): boolean;
set isVisible(value: boolean);
Parameters
-
value
The new visibility state (true to show, false to hide).