Type alias PageDirection

PageDirection: "PORTRAIT" | "LANDSCAPE" | "AUTO"

Page direction.

  • PORTRAIT: Portrait.
  • LANDSCAPE: Landscape.
  • AUTO: Decides based on image aspect ratio.

Generated using TypeDoc