<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [ScreenshotOptions](./puppeteer.screenshotoptions.md) &gt; [clip](./puppeteer.screenshotoptions.clip.md)

## ScreenshotOptions.clip property

An object which specifies the clipping region of the page.

<b>Signature:</b>

```typescript
clip?: ScreenshotClip;
```