Options
All
  • Public
  • Public/Protected
  • All
Menu

A serializable result object returned from IReaderView.fetchRectsForVisibleContent().

Hierarchy

  • IVisibleContentRectsResultData

Index

Properties

boundingClientRect

boundingClientRect: IRect

The bounding rectangle that most closely contains all rectangles in the rects list. Coordinates are in application viewport coordinate space.

If the rects list is empty, then this property is null.

locator

The locator used to generate this result object. This is the intersection between the locator passed to fetchRectsForVisibleContent and the VisiblePage's range locator.

If no locator was passed to fetchRectsForVisibleContent, then this property will be the range locator for the page.

rects

A list of objects containing rectangles and locators for line boxes and replaced elements such as <img> elements.

Generated using TypeDoc