---
layout: default-layout
needAutoGenerateSidebar: true
needGenerateH3Content: true
noTitleIndex: true
title: Dynamsoft Document Viewer API Reference - Interface IQuadModifiedEvent
keywords: Documentation, Dynamsoft Document Viewer, API Reference, Interface IQuadModifiedEvent
breadcrumbText: Interface IQuadModifiedEvent
description: Dynamsoft Document Viewer Documentation API Reference Interface IQuadModifiedEvent Page
---

# IQuadModifiedEvent

## Syntax

```typescript
interface IQuadModifiedEvent {
   oldQuad: Quad;
   newQuad: Quad;
}
```

See also [`Quad`](https://www.dynamsoft.com/document-viewer/docs/api/enumeration-type/quad.md)

