HandDrawingUI Class
Represents the hand drawing annotation component in the PDF viewer's toolbar.
export declare class HandDrawingUI implements VisibilityElement
- Inheritance:
-
HandDrawingUI
Implements
Remarks
This class provides functionality for configuring and managing hand-drawn annotations, including visibility control, color, thickness, opacity settings, and an add button for creating new drawings.
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).