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

    Interface IPageProgressionTimelinePositionData

    Describes a position within a PageProgressionTimeline

    interface IPageProgressionTimelinePositionData {
        offset: number;
        pageIndex: number;
    }

    Properties

    offset: number

    A value between 0 and 1 describing the offset within the page.

    pageIndex: number

    The zero-based page index.