ZoomLevel Interface
Represents the zoom level that can be applied to the PDF viewer.
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.