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

    Show / Hide Table of Contents

    ZoomLevel Interface

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

    Represents the zoom level that can be applied to the PDF viewer.

    • TypeScript
    export declare type ZoomLevel = number | "automatic" | "pageFit" | "pageWidth";
    Remarks

    Zoom levels can be specified as a numeric value (percentage) or using predefined constants for automatic fitting, page fit, or page width.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.