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

    Show / Hide Table of Contents

    Features Class

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

    Provides access to various features available in the PDF viewer.

    • TypeScript
    export declare class Features
    Inheritance:
    Features
    Remarks

    This class contains references to feature modules that handle specific aspects of PDF viewing and manipulation, such as annotations, digital signing, zoom controls, page navigation, and search functionality.

    Fields

    annotations

    Gets the annotations feature module.

    • TypeScript
    readonly annotations: Annotations;
    Field Value
    Annotations
    Remarks

    Provides functionality for working with PDF annotations including highlighting, underlining, sticky notes, etc.

    digitalSigning

    Gets the digital signing feature module (if enabled).

    • TypeScript
    readonly digitalSigning?: DigitalSigning;
    Field Value
    DigitalSigning
    Remarks

    Provides functionality for digitally signing PDF documents. This property is optional and only available when digital signing is configured in the viewer options.

    zoom

    Gets the zoom feature module.

    • TypeScript
    readonly zoom: Zoom;
    Field Value
    Zoom
    Remarks

    Provides functionality for zooming and scaling the PDF document view.

    page

    Gets the page navigation feature module.

    • TypeScript
    readonly page: PageNavigation;
    Field Value
    PageNavigation
    Remarks

    Provides functionality for navigating between pages in the PDF document.

    search

    Gets the search feature module.

    • TypeScript
    readonly search: Search;
    Field Value
    Search
    Remarks

    Provides functionality for searching text within the PDF document.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.