Class DocReaderOrientation

java.lang.Object
com.regula.documentreader.api.enums.DocReaderOrientation

public class DocReaderOrientation extends Object
Contains set of values of the application's orientation
  • Field Details

    • ALL

      public static final int ALL
      All interface orientations - orientation not set, activities will rotate
      See Also:
    • PORTRAIT

      public static final int PORTRAIT
      A portrait interface orientation
      See Also:
    • LANDSCAPE

      public static final int LANDSCAPE
      Both landscape-left and landscape-right interface orientation
      See Also:
    • LANDSCAPE_LEFT

      public static final int LANDSCAPE_LEFT
      A landscape-left interface orientation
      See Also:
    • LANDSCAPE_RIGHT

      public static final int LANDSCAPE_RIGHT
      A landscape-right interface orientation
      See Also:
  • Constructor Details

    • DocReaderOrientation

      public DocReaderOrientation()