Packages

 

com.aspose.psd.fileformats.tiff.enums

Class TiffFileStandards

  • java.lang.Object
    • com.aspose.ms.System.ValueType
      • com.aspose.ms.System.Enum
        • com.aspose.psd.fileformats.tiff.enums.TiffFileStandards


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

    Specifies the TIFF file format standards.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Baseline
      The Baseline TIFF 6.0 file standard.
      static int Extended
      The Extended TIFF 6.0 file standard.
    • Field Detail

      • Baseline

        public static final int Baseline

        The Baseline TIFF 6.0 file standard. This standard is formally known as TIFF 6.0, Part 1: Baseline TIFF.

        See Also:
        Constant Field Values
      • Extended

        public static final int Extended

        The Extended TIFF 6.0 file standard. This standard is formally known as Extended TIFF 6.0, Part 2: TIFF Extensions.

        See Also:
        Constant Field Values