Packages

 

com.aspose.imaging.fileformats.tiff.enums

Class TiffOrientations

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.tiff.enums.TiffOrientations


  • public final class TiffOrientations
    extends com.aspose.ms.System.Enum

    Image orientation.<br></br> Possible values for ORIENTATION tag.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int BottomLeft
      Row 0 bottom, Column 0 lhs.
      static int BottomRight
      Row 0 bottom, Column 0 rhs.
      static int LeftBottom
      Row 0 lhs, Column 0 bottom.
      static int LeftTop
      Row 0 lhs, Column 0 top.
      static int RightBottom
      Row 0 rhs, Column 0 bottom.
      static int RightTop
      Row 0 rhs, Column 0 top.
      static int TopLeft
      Row 0 top, Column 0 lhs.
      static int TopRight
      Row 0 top, Column 0 rhs.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString