Last date modified: 2025-Jul-02

Interface: RectRangeMemento

RectRangeMemento

Properties

bottom

bottom: number

The bottom edge of the rectangular range


embedId?

optionalembedId: number

For ranges inside embeddings, the unique embedding id


hdpi?

optionalhdpi: number

For "px" units, the horizontal DPI for the page containing the range


left

left: number

The left edge of the rectangular range


page

page: number

The 0-based index of the page containing the range


right: number

The right edge of the rectangular range


section?

optionalsection: number

The 0-based section number of the chunker section containing the range


top

top: number

The top edge of the rectangular range


type

type: "rect"

The range type ("rect")


units

units: string

The units for left, top, right and bottom


vdpi?

optionalvdpi: number

For "px" units, the vertical DPI for the page containing the range

Feedback