Options
All
  • Public
  • Public/Protected
  • All
Menu

A page fully visible or partially visible in the ReaderView.

Hierarchy

  • IVisiblePage

Index

Methods

  • getBoundingClientRect(): DOMRect
  • Get the bounding client rect of the visible page in application viewport coordinate system. Returns null if this page is not visible.

    Returns DOMRect

  • getPageIndexInReflowedDocument(): number
  • The zero-based index in the list of pages generated when reflowing the ReaderDocument. Always returns 0 for non-reflowable ReaderDocuments.

    Returns number

  • Get the PageSpread slot for this page when using a renderer capable of showing spreads.

    Returns PageSpreadSlot

  • Get the resolved ContentLocation representing the range of the entire page content.

    Returns IContentLocation

  • Get the ReaderDocument this page was generated from.

    Returns IReaderDocument

  • Get the resolved ContentLocation to the start of this page.

    Returns IContentLocation

Generated using TypeDoc