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

    Show / Hide Table of Contents

    DropdownValues Interface

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

    Represents the available values that can be displayed in dropdown menus for zoom options.

    • TypeScript
    export declare type DropdownValues = "pageFit" | "pageWidth" | (typeof constants.zoomPercentageDropdownValues)[number];
    Remarks

    This type includes constants for page fit and page width, as well as predefined zoom percentage values from the constants module.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.