pdftools_toolbox.geometry.rotation

Classes

Rotation(value)

The orientation of a pdftools_toolbox.pdf.page.Page .

class pdftools_toolbox.geometry.rotation.Rotation(value)[source]

Bases: IntEnum

The orientation of a pdftools_toolbox.pdf.page.Page .

Variables:
  • NONE (int)

  • CLOCKWISE (int)

  • UPSIDE_DOWN (int)

  • COUNTER_CLOCKWISE (int)

NONE = 0
CLOCKWISE = 90
UPSIDE_DOWN = 180
COUNTER_CLOCKWISE = 270