PageGeometry

data class PageGeometry(width: Long, height: Long, x: Long, y: Long)

Retrieve the page geometry (width, height, x offset, y offset) of the image.

Constructors

Link copied to clipboard
fun PageGeometry(width: Long, height: Long, x: Long, y: Long)

Properties

Link copied to clipboard
val height: Long

The page geometry's height

Link copied to clipboard
val width: Long

The page geometry's width

Link copied to clipboard
val x: Long

The page geometry's x offset

Link copied to clipboard
val y: Long

The page geometry's y offset