Display Class

class Display(orientation: ScanOrientation) : RefineFeature

Rotate the page to the given orientation once the rest of the processing is done.

Parameters

  • orientation — which way up the finished page should be.

Constructors

Display

constructor(orientation: ScanOrientation)

Types

Companion

object Companion

Ready-made feature values.

Top