Colibrio Reader Framework API - Cloud license
    Preparing search index...
    interface IEpubCharacterPageCountEstimationOptions {
        audioElementWeight?: number;
        iframeElementWeight?: number;
        imageElementWeight?: number;
        videoElementWeight?: number;
    }

    Properties

    audioElementWeight?: number

    The number of characters each audio element should be counted as.

    50
    
    iframeElementWeight?: number

    The number of characters each iframe element should be counted as.

    50
    
    imageElementWeight?: number

    The number of characters each image element should be counted as.

    50
    
    videoElementWeight?: number

    The number of characters each video element should be counted as.

    50