Options
All
  • Public
  • Public/Protected
  • All
Menu

Used to reflow a reader document into multiple pages.

Hierarchy

  • IRenderableDocumentPageIterator

Index

Methods

  • destroy(): void
  • Destroys this iterator and all pages that were created using it. Pages created with this iterator may not be able to render correctly after this method has been called.

    Returns void

  • getEstimatedNumberOfPages(): number
  • Get the estimated number of pages this document will generate when reflowing into multiple pages.

    Returns number

  • hasNext(): boolean
  • If this iterator has any more pages to deliver through the next() method.

    Returns boolean

  • skipNext(): boolean
  • Skip the next page from this iterator.

    Returns boolean

    true if a page was skipped, false if there were no pages left to skip.

Generated using TypeDoc