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

    Interface IAspectRatioContentDisplayAreaOptions

    Restrict the Content Display Area based on a fixed aspect-ratio.

    interface IAspectRatioContentDisplayAreaOptions {
        aspectRatio?: number;
        type: ASPECT_RATIO;
    }

    Hierarchy (View Summary)

    Properties

    aspectRatio?: number

    The aspect-ratio to use for Content Display Areas. Defined as (width / height).

    0.66666666666
    

    Identifies the type of Content Display Area options.