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

    Show / Hide Table of Contents

    FreeTextUI Class

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

    Represents the free text annotation component in the PDF viewer's toolbar.

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

    • 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.