Enum FaxVerticalResolution

java.lang.Object
java.lang.Enum<FaxVerticalResolution>
com.pdftools.pdf2image.FaxVerticalResolution
All Implemented Interfaces:
Serializable, Comparable<FaxVerticalResolution>

public enum FaxVerticalResolution extends Enum<FaxVerticalResolution>

The vertical resolution of Fax images

The two resolutions available in Fax images.
  • Enum Constant Details

    • STANDARD

      public static final FaxVerticalResolution STANDARD

      A vertical resolution of 98 DPI (dots per inch)

    • HIGH

      public static final FaxVerticalResolution HIGH

      A vertical resolution of 196 DPI (dots per inch)

  • Method Details

    • values

      public static FaxVerticalResolution[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static FaxVerticalResolution valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null