Colibrio Reader Framework API - Cloud license
    Preparing search index...

    General options that can be used with all Renderers.

    interface IRendererOptions {
        disableAnimations?: boolean;
        ignoreAspectRatio?: boolean;
        name?: string;
        pageBackgroundColor?: string;
    }

    Hierarchy (View Summary)

    Properties

    disableAnimations?: boolean

    If animations should be used or not by the renderer.

    false
    
    ignoreAspectRatio?: boolean

    Ignore the calculated aspectRatio to take up as much of the available view space as possible.

    false
    

    Please use the ReaderView option contentDisplayAreaOptions instead.

    name?: string

    The name of the Renderer. This can be used to retrieve the Renderer from the ReaderView etc.

    Defaults to generated name.

    pageBackgroundColor?: string

    A CSS color to use as default page background.