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

    Interface IPageProgressionTimelineData

    Represents the data in a PageProgressionTimeline.

    interface IPageProgressionTimelineData {
        timelineType: PageProgressionTimelineType;
        totalNumberOfPages: number;
        visibleTimelineRange: IPageProgressionTimelineRangeData;
    }

    Properties

    Describes how the timeline data was calculated.

    totalNumberOfPages: number

    The total number of pages for all of the reader documents inside the ReaderView. Check timelineType to determine if this value is estimated or fixed.

    visibleTimelineRange: IPageProgressionTimelineRangeData

    The timeline range describing the positions currently visible in the ReaderView.