GemBox.PdfViewer
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    HandDrawingUI Class

    Namespace:
    @gembox/pdfviewer
    Assembly:
    @gembox/pdfviewer

    Represents the hand drawing annotation component in the PDF viewer's toolbar.

    • TypeScript
    export declare class HandDrawingUI implements VisibilityElement
    Inheritance:
    HandDrawingUI
    Implements
    VisibilityElement
    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.

    • TypeScript
    get isVisible(): boolean;
    set isVisible(value: boolean);
    Parameters
    value

    The new visibility state (true to show, false to hide).

    Implements

    VisibilityElement
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.