Search results

RectangleBoundsModel API in React PDF Viewer API component

Interface for a class RectangleBounds

Properties

bottom

number

specifies the bottom value of the rectangle.

height

number

specifies the height of the rectangle.

isEmpty

boolean

Returns true if height and width of the rectangle is zero.

left

number

specifies the left value of the rectangle.

specifies the right of the rectangle.

size

number

specifies the size of the rectangle.

top

number

specifies the top value of the rectangle.

width

number

specifies the width of the rectangle.

x

number

specifies the x co-ordinate of the upper-left corner of the rectangle.

y

number

specifies the y co-ordinate of the upper-left corner of the rectangle.