com.groupdocs.merger.domain.options

Class RotateMode



  • public final class RotateMode
    extends Object

    Possible modes for the page rotation.

    • Field Detail

      • Rotate180

        public static final int Rotate180

        Rotate to the right with 180 degrees.

        See Also:
        Constant Field Values
      • Rotate270

        public static final int Rotate270

        Rotate to the right with 270 degrees.

        See Also:
        Constant Field Values
      • Rotate90

        public static final int Rotate90

        Rotate to the right with 90 degrees.

        See Also:
        Constant Field Values