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

    Estimates the number of pages for documents by rendering one document and then use the document's height and file size to determine the number of pages for the other documents.

    interface IEpubFileSizePageCountEstimationAlgorithm {
        type: FILE_SIZE;
    }

    Hierarchy (View Summary)

    Properties

    type: FILE_SIZE

    The type of page count estimation algorithm. Can be used to determine the subtype of IEpubPageCountEstimationAlgorithm.