Interface CapturePageOptions

Configuration for page capture.

Hierarchy

  • CapturePageOptions

Properties

Properties

area?: Rectangle

The area of the window to be captured.

format?: "bmp" | "jpg" | "png"

Default Value

'png'

The format of the captured image. Can be 'png', 'jpg', or 'bmp'.

quality?: number

Default Value

100

Quality of JPEG image. Between 0 - 100.

Generated using TypeDoc