| layout | default-layout |
|---|---|
| needAutoGenerateSidebar | true |
| needGenerateH3Content | true |
| noTitleIndex | true |
| title | Dynamsoft Document Viewer API Reference - Interface RectXY |
| keywords | Documentation, Dynamsoft Document Viewer, API Reference, Interface RectXY |
| breadcrumbText | Interface RectXY |
| description | Dynamsoft Document Viewer Documentation API Reference Interface RectXY Page |
interface RectXY {
x: number;
y: number;
width: number;
height: number;
}The x-coordinate of the upper-left corner of the area.
The y-coordinate of the upper-left corner of the area.
The width of the rectangle area. The unit is point.
The height of the rectangle area. The unit is point.