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

    Show / Hide Table of Contents

    VisibilityOption Interface

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

    Represents options for controlling the visibility of PDF viewer elements.

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

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

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.