@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
    Preparing search index...

    Interface ViewerOptions

    interface ViewerOptions {
        scale?: number;
        renderScale?: number;
        thumbnails?: boolean;
        toolbar?: boolean;
        background?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    scale?: number

    CSS zoom multiplier applied to the page boxes (default 1).

    renderScale?: number

    Raster scale for crisp rendering (default 2 ≈ retina).

    thumbnails?: boolean

    Show the thumbnail rail (default true).

    toolbar?: boolean

    Show the toolbar (default true).

    background?: string

    Gutter background colour (default #525659).