Options
All
  • Public
  • Public/Protected
  • All
Menu

Contains the parsed PDF fragment selector components. A valid PDF fragment selector must specify either namedDest or pageNumber

Hierarchy

  • IPdfFragmentSelectorData

Index

Properties

Optional highlight

highlight?: DOMRect

Highlight a rectangle on the chosen page. Contains the coordinates of the sides of the rectangle measured from the top left corner of the page in default user space coordinate system.

Optional namedDest

namedDest?: string

The named destination component if any

Optional pageNumber

pageNumber?: number

The page number component if any.

Optional viewRect

viewRect?: DOMRect

Set the scale and scrolling factors by specifing the rectangle that should be in view. The rect should use coordinates in default user space coordinate system.

Generated using TypeDoc