Package 

Enum PageMode

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum PageMode
    extends Enum<PageMode>
                        

    Display mode for PDF pages.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      DUAL_WITH_COVER

      Two pages with cover page on first (book style)

      DUAL

      Two pages side-by-side (for landscape/tablet)

      SINGLE

      Single page view (default)

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait