resize Function

fun ScanPicture.resize(size: Size, uniform: Boolean = false)

Scales this page to the given size.

Parameters

  • size — the target size
  • uniform — true to preserve the aspect ratio
Top